mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
I18N: Use better context for post statuses.
See #35054. git-svn-id: https://develop.svn.wordpress.org/trunk@35903 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1683,8 +1683,7 @@ function _post_states($post) {
|
||||
if ( 'draft' == $post->post_status && 'draft' != $post_status )
|
||||
$post_states['draft'] = __('Draft');
|
||||
if ( 'pending' == $post->post_status && 'pending' != $post_status )
|
||||
/* translators: post state */
|
||||
$post_states['pending'] = _x('Pending', 'post state');
|
||||
$post_states['pending'] = _x('Pending', 'post status');
|
||||
if ( is_sticky($post->ID) )
|
||||
$post_states['sticky'] = __('Sticky');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user