Make WordPress Core


Ignore:
Timestamp:
03/19/2008 04:00:09 PM (18 years ago)
Author:
ryan
Message:

ngettext fixes from nbachiyski. fixes #6261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r7359 r7397  
    9898
    9999    $status_links[] = "<li><a href=\"edit.php?post_status=$status\"$class>" .
    100     sprintf($label[2], $num_posts->$status) . '</a>';
     100    sprintf(__ngettext($label[2][0], $label[2][1], $num_posts->$status), $num_posts->$status) . '</a>';
    101101}
    102102echo implode(' |</li>', $status_links) . '</li>';
Note: See TracChangeset for help on using the changeset viewer.