Ticket #9033: 9033.patch
| File 9033.patch, 501 bytes (added by johnbillion, 4 years ago) |
|---|
-
wp-admin/includes/template.php
3239 3239 if ( 'pending' == $post->post_status && 'pending' != $post_status ) 3240 3240 $post_states[] = _c('Pending|post state'); 3241 3241 3242 $post_states = apply_filters( 'post_states', $post_states ); 3243 3242 3244 if ( ! empty($post_states) ) { 3243 3245 $state_count = count($post_states); 3244 3246 $i = 0;
