Changeset 8828 for trunk/wp-admin/edit.php
- Timestamp:
- 09/05/2008 11:29:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r8827 r8828 80 80 if ( isset($_GET['post_status']) && in_array( $_GET['post_status'], array_keys($post_stati) ) ) 81 81 $post_status_label = $post_stati[$_GET['post_status']][1]; 82 //if ( $post_listing_pageable && !is_archive() && !is_search() ) //Unreachable code: $post_listing_pageable is undefined, Similar code in upload.php 82 //TODO: Unreachable code: $post_listing_pageable is undefined, Similar code in upload.php 83 //if ( $post_listing_pageable && !is_archive() && !is_search() ) 83 84 // $h2_noun = is_paged() ? sprintf(__( 'Previous %s' ), $post_status_label) : sprintf(__('Latest %s'), $post_status_label); 84 85 //else
Note: See TracChangeset
for help on using the changeset viewer.