From b789b4ae11271b047badac1ac203584390c8a46b Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Tue, 20 Oct 2020 19:07:10 +0000 Subject: [PATCH] Coding Standards: Fix WPCS issues in [49248]. See #42852. Built from https://develop.svn.wordpress.org/trunk@49251 git-svn-id: http://core.svn.wordpress.org/trunk@49013 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-edit.php | 10 +++++----- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 37869521a5..03bfcf2179 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -653,11 +653,11 @@ endif; - -

- -

- + +

+ +

+ diff --git a/wp-includes/version.php b/wp-includes/version.php index 4e3d2471f8..b3a7851a78 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49250'; +$wp_version = '5.6-alpha-49251'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.