Opened 18 years ago
Closed 18 years ago
#3431 closed defect (bug) (fixed)
Typo in wp-includes/classes.php on line 595
Reported by: | tacker | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | critical | Version: | 2.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
See source:trunk/wp-includes/classes.php@4597#L595
-
wp-includes/classes.php
592 592 593 593 $link .= '<a href="' . get_category_rss_link( 0, $category->cat_ID, $category->category_nicename ) . '"'; 594 594 595 if ( em tpy($feed) )595 if ( empty($feed) ) 596 596 $alt = ' alt="' . sprintf(__( 'Feed for all posts filed under %s' ), $cat_name ) . '"'; 597 597 else { 598 598 $title = ' title="' . $feed . '"';
Note: See
TracTickets for help on using
tickets.
(In [4598]) Typo fix from tacker. fixes #3431