Changeset 7112
- Timestamp:
- 02/29/08 22:34:29 (9 months ago)
- Files:
-
- trunk/wp-admin/edit-pages.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit-pages.php
r7102 r7112 52 52 $post_status_label = $post_stati[$_GET['post_status']][1]; 53 53 $post_status_q = '&post_status=' . $_GET['post_status']; 54 $post_status_q .= '&perm=readable'; 54 55 } 55 56 … … 74 75 75 76 $status_links = array(); 76 $num_posts = wp_count_posts('page' );77 $num_posts = wp_count_posts('page', 'readable'); 77 78 foreach ( $post_stati as $status => $label ) { 78 79 $class = '';
