Changeset 7130 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 03/02/2008 08:17:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-pages.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r7113 r7130 29 29 } elseif ( !empty($_GET['_wp_http_referer']) ) { 30 30 wp_redirect(remove_query_arg(array('_wp_http_referer', '_wpnonce'), stripslashes($_SERVER['REQUEST_URI']))); 31 exit; 31 exit; 32 32 } 33 33 … … 73 73 74 74 $avail_post_stati = get_available_post_statuses('page'); 75 75 76 76 $status_links = array(); 77 77 $num_posts = wp_count_posts('page', 'readable'); … … 81 81 if ( !in_array($status, $avail_post_stati) ) 82 82 continue; 83 83 84 84 if ( $status == $_GET['post_status'] ) 85 85 $class = ' class="current"';
Note: See TracChangeset
for help on using the changeset viewer.