Make WordPress Core


Ignore:
Timestamp:
09/23/2019 08:47:20 PM (4 years ago)
Author:
kadamwhite
Message:

Coding Standards: Fix WPCS issue in [46274].

See #39953.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r46274 r46275  
    353353        'pending',
    354354        array(
    355             'label'       => _x( 'Pending', 'post status' ),
    356             'protected'   => true,
    357             '_builtin'    => true, /* internal use only. */
     355            'label'         => _x( 'Pending', 'post status' ),
     356            'protected'     => true,
     357            '_builtin'      => true, /* internal use only. */
    358358            /* translators: %s: Number of pending posts. */
    359             'label_count' => _n_noop(
     359            'label_count'   => _n_noop(
    360360                'Pending <span class="count">(%s)</span>',
    361361                'Pending <span class="count">(%s)</span>'
Note: See TracChangeset for help on using the changeset viewer.