Coding Standards: Remove two unnecessary spaces.

Props kebbet.
See #55647.
Built from https://develop.svn.wordpress.org/trunk@54480


git-svn-id: http://core.svn.wordpress.org/trunk@54039 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2022-10-11 14:47:11 +00:00
parent d989d0b1f7
commit 24d7b3df9e
2 changed files with 3 additions and 3 deletions

View File

@ -2530,7 +2530,7 @@ function is_term( $term, $taxonomy = '', $parent = 0 ) {
* @return bool * @return bool
*/ */
function is_plugin_page() { function is_plugin_page() {
_deprecated_function( __FUNCTION__, '3.1.0' ); _deprecated_function( __FUNCTION__, '3.1.0' );
global $plugin_page; global $plugin_page;
@ -2553,7 +2553,7 @@ function is_plugin_page() {
* @return bool Always return True * @return bool Always return True
*/ */
function update_category_cache() { function update_category_cache() {
_deprecated_function( __FUNCTION__, '3.1.0' ); _deprecated_function( __FUNCTION__, '3.1.0' );
return true; return true;
} }

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.1-beta3-54479'; $wp_version = '6.1-beta3-54480';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.