Changeset 6033 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 09/04/2007 08:56:08 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-pages.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r6026 r6033 13 13 14 14 15 $post_status_label = _ c('Pages|manage pages header');15 $post_status_label = __('Pages'); 16 16 $post_status_q = ''; 17 17 if ( isset($_GET['post_status']) && in_array( $_GET['post_status'], array_keys($post_stati) ) ) { … … 32 32 $h2_author = ' ' . sprintf(__('by %s'), wp_specialchars( $author_user->display_name )); 33 33 } 34 printf( _c( '%1$s%2$s%3$s| manage pages header' ), $post_status_label, $h2_author, $h2_search );34 printf( _c( '%1$s%2$s%3$s|You can reorder these: 1: Pages, 2: by %s, 3: matching %s' ), $post_status_label, $h2_author, $h2_search ); 35 35 ?></h2> 36 36
Note: See TracChangeset
for help on using the changeset viewer.