Fix PHP coding standards after [46251].

git-svn-id: https://develop.svn.wordpress.org/trunk@46259 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-09-23 18:11:15 +00:00
parent 58bd8a48e6
commit 5863bd30a0
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ if ( is_multisite() ) :
$counts = wp_count_sites();
$counts_by_status = array_map( 'count', $site_ids );
$expected = array_merge(
$expected = array_merge(
array( 'all' => array_sum( $counts_by_status ) ),
$counts_by_status
);