Coding Standards: Fix WPCS issue in [46283].

See #48110.
Built from https://develop.svn.wordpress.org/trunk@46284


git-svn-id: http://core.svn.wordpress.org/trunk@46096 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-09-23 23:24:57 +00:00
parent 75ca249558
commit a943fd64bc
2 changed files with 3 additions and 3 deletions

View File

@ -446,12 +446,12 @@ Commenter avatars come from <a href="https://gravatar.com">Gravatar</a>.'
'sidebars_widgets',
array(
'wp_inactive_widgets' => array(),
'sidebar-1' => array(
'sidebar-1' => array(
0 => 'search-2',
1 => 'recent-posts-2',
2 => 'recent-comments-2',
),
'sidebar-2' => array(
'sidebar-2' => array(
0 => 'archives-2',
1 => 'categories-2',
2 => 'meta-2',

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-46283';
$wp_version = '5.3-alpha-46284';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.