Coding Standards: Update some alignment in wp-admin/authorize-application.php for consistency.

Save blogs count to a variable for reusing.

Follow-up to [49270].

See #51489.
Built from https://develop.svn.wordpress.org/trunk@49282


git-svn-id: http://core.svn.wordpress.org/trunk@49042 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-10-23 01:19:06 +00:00
parent 0a70f9b004
commit 298cd04a63
3 changed files with 31 additions and 26 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-beta1-49281';
$wp_version = '5.6-beta1-49282';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.