From e2882e5cbeac7d64361a17c95fb5872e50f22af9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 23 Sep 2019 23:23:37 +0000 Subject: [PATCH] Coding Standards: Fix WPCS issue in [46283]. See #48110. git-svn-id: https://develop.svn.wordpress.org/trunk@46284 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/upgrade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/upgrade.php b/src/wp-admin/includes/upgrade.php index e1a8794a6c..79a23a6308 100644 --- a/src/wp-admin/includes/upgrade.php +++ b/src/wp-admin/includes/upgrade.php @@ -446,12 +446,12 @@ Commenter avatars come from Gravatar.' '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',