Ticket #8154: more-more-collisions.diff
File more-more-collisions.diff, 554 bytes (added by , 16 years ago) |
---|
-
wp-admin/includes/template.php
3237 3237 if ( 'draft' == $post->post_status && 'draft' != $post_status ) 3238 3238 $post_states[] = __('Draft'); 3239 3239 if ( 'pending' == $post->post_status && 'pending' != $post_status ) 3240 $post_states[] = _ _('Pending');3240 $post_states[] = _c('Pending|post state'); 3241 3241 3242 3242 if ( ! empty($post_states) ) { 3243 3243 $state_count = count($post_states);