Make WordPress Core

Changeset 46261


Ignore:
Timestamp:
09/23/2019 06:33:10 PM (5 years ago)
Author:
desrosj
Message:

Coding Standards: Fix a coding standards issue introduced in [46254].

See #37392.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php

    r46254 r46261  
    237237                : '';
    238238            if ( (int) $counts[ $status ] > 0 ) {
    239                 $label = sprintf( translate_nooped_plural( $label_count, $counts[ $status ] ), number_format_i18n( $counts[ $status ] ) );
     239                $label    = sprintf( translate_nooped_plural( $label_count, $counts[ $status ] ), number_format_i18n( $counts[ $status ] ) );
    240240                $full_url = 'all' === $status ? $url : add_query_arg( 'status', $status, $url );
    241241
Note: See TracChangeset for help on using the changeset viewer.