Coding Standards: Improve formatting in `/wp-admin/user-edit.php`.

This change improves the formatting of `/wp-admin/user-edit.php` to avoid PHPCS failures when adding new code, which previously required new code to be indented multiple times, breaking alignment of the HTML parts. This change avoids disabling/enabling PHPCS for failing sniffs.

Props costdev, johnregan3, peterwilsoncc.
Fixes #54673.

Built from https://develop.svn.wordpress.org/trunk@52820


git-svn-id: http://core.svn.wordpress.org/trunk@52409 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-03-04 11:29:04 +00:00
parent 8db01b9c6b
commit 318205d459
2 changed files with 673 additions and 679 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-52819';
$wp_version = '6.0-alpha-52820';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.