Changeset 7397 for trunk/wp-admin/edit.php
- Timestamp:
- 03/19/2008 04:00:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r7359 r7397 98 98 99 99 $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>'; 101 101 } 102 102 echo implode(' |</li>', $status_links) . '</li>';
Note: See TracChangeset
for help on using the changeset viewer.