Coding Standards: Fix a coding standards issue introduced in [46254].
See #37392. Built from https://develop.svn.wordpress.org/trunk@46261 git-svn-id: http://core.svn.wordpress.org/trunk@46073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2b6efccc06
commit
bcbedd7f55
|
@ -236,7 +236,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
|
|||
? ' class="current" aria-current="page"'
|
||||
: '';
|
||||
if ( (int) $counts[ $status ] > 0 ) {
|
||||
$label = sprintf( translate_nooped_plural( $label_count, $counts[ $status ] ), number_format_i18n( $counts[ $status ] ) );
|
||||
$label = sprintf( translate_nooped_plural( $label_count, $counts[ $status ] ), number_format_i18n( $counts[ $status ] ) );
|
||||
$full_url = 'all' === $status ? $url : add_query_arg( 'status', $status, $url );
|
||||
|
||||
$view_links[ $status ] = sprintf(
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-46260';
|
||||
$wp_version = '5.3-alpha-46261';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue