Changeset 10497 for trunk/wp-admin/includes/template.php
- Timestamp:
- 02/04/2009 04:52:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r10493 r10497 3240 3240 $post_states[] = _c('Pending|post state'); 3241 3241 3242 $post_states = apply_filters( 'display_post_states', $post_states ); 3243 3242 3244 if ( ! empty($post_states) ) { 3243 3245 $state_count = count($post_states);
Note: See TracChangeset
for help on using the changeset viewer.