Changeset 12219 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 11/19/2009 05:04:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r12162 r12219 199 199 $class = ''; 200 200 201 if ( !in_array($status, $avail_post_stati) )201 if ( !in_array($status, $avail_post_stati) || $num_posts->$status <= 0 ) 202 202 continue; 203 203
Note: See TracChangeset
for help on using the changeset viewer.