Changeset 13172 for trunk/wp-admin/edit.php
- Timestamp:
- 02/16/2010 09:13:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r13100 r13172 233 233 $status_links[] = "<li><a href='edit.php?post_type=$post_type{$allposts}'$class>" . sprintf( _nx( 'All <span class="count">(%s)</span>', 'All <span class="count">(%s)</span>', $total_posts, 'posts' ), number_format_i18n( $total_posts ) ) . '</a>'; 234 234 235 foreach ( get_post_stati(array('show_in_admin_ edit' => true), 'objects') as $status ) {235 foreach ( get_post_stati(array('show_in_admin_status_list' => true), 'objects') as $status ) { 236 236 $class = ''; 237 237
Note: See TracChangeset
for help on using the changeset viewer.