[wp-hackers] Re: [wp-svn] [4727]
	trunk/wp-includes/rss-functions.php: Typo.
    Nikolay Bachiyski 
    nbachiyski at developer.bg
       
    Sat Jan 13 22:02:12 GMT 2007
    
    
  
2007/1/13, m at wordpress.org <m at wordpress.org>:
>
>
>  Revision 4727 Author ryan Date 2007-01-13 21:32:33 +0000 (Sat, 13 Jan 2007)
> Log Message Typo.
>
> Modified Paths
>
> trunk/wp-includes/rss-functions.php
>
> Diff
> Modified: trunk/wp-includes/rss-functions.php (4726 => 4727)
> --- trunk/wp-includes/rss-functions.php 2007-01-13 21:23:41 UTC (rev 4726)
> +++ trunk/wp-includes/rss-functions.php 2007-01-13 21:32:33 UTC (rev 4727)
> @@ -1,4 +1,4 @@
>  <?php
>  // Deprecated. Use rss.php instead.
> -equire_once (ABSPATH . WPINC . '/registration.php');
> +require_once (ABSPATH . WPINC . '/registration.php');
Shouldn't we include rss.php here, not registration.php?
Happy compatibility day,
Nikolay
    
    
More information about the wp-hackers
mailing list