mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 05:10:18 +00:00
Coding Standards: Fix WPCS issue in [46274].
See #39953. git-svn-id: https://develop.svn.wordpress.org/trunk@46275 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -352,11 +352,11 @@ function create_initial_post_types() {
|
||||
register_post_status(
|
||||
'pending',
|
||||
array(
|
||||
'label' => _x( 'Pending', 'post status' ),
|
||||
'protected' => true,
|
||||
'_builtin' => true, /* internal use only. */
|
||||
'label' => _x( 'Pending', 'post status' ),
|
||||
'protected' => true,
|
||||
'_builtin' => true, /* internal use only. */
|
||||
/* translators: %s: Number of pending posts. */
|
||||
'label_count' => _n_noop(
|
||||
'label_count' => _n_noop(
|
||||
'Pending <span class="count">(%s)</span>',
|
||||
'Pending <span class="count">(%s)</span>'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user