Make WordPress Core


Ignore:
Timestamp:
02/02/2009 12:00:11 AM (16 years ago)
Author:
azaozz
Message:

Fix singular/plural translation collision, props nbachiyski and Kuba Zwolinski, fixes #8154

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r10476 r10478  
    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) ) {
Note: See TracChangeset for help on using the changeset viewer.