Coding Standards: Fix WPCS issue in [46120].

See #47820.
Built from https://develop.svn.wordpress.org/trunk@46121


git-svn-id: http://core.svn.wordpress.org/trunk@45933 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-09-15 02:07:55 +00:00
parent 7a3e224e8d
commit d46f9b4fb8
2 changed files with 2 additions and 2 deletions

View File

@@ -283,7 +283,7 @@ function wp_load_core_site_options( $network_id = null ) {
* If the option does not exist, then the option will be added with the option value,
* with an `$autoload` value of 'yes'.
* This function is designed to work with or without a logged-in user. In terms of security,
* This function is designed to work with or without a logged-in user. In terms of security,
* plugin developers should check the current user's capabilities before updating any options.
*
* @since 1.0.0