Changeset 11137 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 04/30/2009 04:22:14 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-pages.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r11110 r11137 151 151 $total_posts = array_sum( (array) $num_posts ); 152 152 $class = empty($_GET['post_status']) ? ' class="current"' : ''; 153 $status_links[] = "<li><a href='edit-pages.php'$class>" . sprintf( _n ( 'All <span class="count">(%s)</span>', 'All <span class="count">(%s)</span>', $total_posts), number_format_i18n( $total_posts ) ) . '</a>';153 $status_links[] = "<li><a href='edit-pages.php'$class>" . sprintf( _nx( 'All <span class="count">(%s)</span>', 'All <span class="count">(%s)</span>', $total_posts, 'pages' ), number_format_i18n( $total_posts ) ) . '</a>'; 154 154 foreach ( $post_stati as $status => $label ) { 155 155 $class = '';
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)