Make WordPress Core

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's profile 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

     
    592592
    593593                       $link .= '<a href="' . get_category_rss_link( 0, $category->cat_ID, $category->category_nicename ) . '"';
    594594
    595                        if ( emtpy($feed) )
     595                       if ( empty($feed) )
    596596                               $alt = ' alt="' . sprintf(__( 'Feed for all posts filed under %s' ), $cat_name ) . '"';
    597597                       else {
    598598                               $title = ' title="' . $feed . '"';

Change History (1)

#1 @markjaquith
18 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4598]) Typo fix from tacker. fixes #3431

Note: See TracTickets for help on using tickets.