[wp-trac] [WordPress Trac] #3431: Typo in wp-includes/classes.php on line 595

WordPress Trac wp-trac at lists.automattic.com
Mon Dec 4 10:25:36 GMT 2006


#3431: Typo in wp-includes/classes.php on line 595
----------------------+-----------------------------------------------------
 Reporter:  tacker    |       Owner:  anonymous
     Type:  defect    |      Status:  new      
 Priority:  normal    |   Milestone:           
Component:  General   |     Version:  2.1      
 Severity:  critical  |    Keywords:           
----------------------+-----------------------------------------------------
 See source:trunk/wp-includes/classes.php at 4597#L595

 {{{
 #!diff
 Index: wp-includes/classes.php
 ===================================================================
 --- wp-includes/classes.php     (Revision 4597)
 +++ wp-includes/classes.php     (Arbeitskopie)
 @@ -592,7 +592,7 @@

                         $link .= '<a href="' . get_category_rss_link( 0,
 $category->cat_ID, $category->category_nicename ) . '"';

 -                       if ( emtpy($feed) )
 +                       if ( empty($feed) )
                                 $alt = ' alt="' . sprintf(__( 'Feed for
 all posts filed under %s' ), $cat_name ) . '"';
                         else {
                                 $title = ' title="' . $feed . '"';
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3431>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list