Coding Standards: Rewrite a fragment in request_filesystem_credentials() for clarity and to avoid repetition.

Follow-up to [8540], [8865].

See #52627.
Built from https://develop.svn.wordpress.org/trunk@50701


git-svn-id: http://core.svn.wordpress.org/trunk@50310 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2021-04-12 18:34:05 +00:00
parent 82042a0377
commit 8e059f3657
2 changed files with 19 additions and 8 deletions

View File

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