Make WordPress Core

Ticket #8154: more-more-collisions.diff

File more-more-collisions.diff, 554 bytes (added by nbachiyski, 16 years ago)
  • wp-admin/includes/template.php

     
    32373237        if ( 'draft' == $post->post_status && 'draft' != $post_status )
    32383238                $post_states[] = __('Draft');
    32393239        if ( 'pending' == $post->post_status && 'pending' != $post_status )
    3240                 $post_states[] = __('Pending');
     3240                $post_states[] = _c('Pending|post state');
    32413241
    32423242        if ( ! empty($post_states) ) {
    32433243                $state_count = count($post_states);