From 24d7b3df9e3ef17b05410595c93109866bfc16fb Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 11 Oct 2022 14:47:11 +0000 Subject: [PATCH] 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 --- wp-includes/deprecated.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 634fd0f1b6b..9a952d5f650 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -2530,7 +2530,7 @@ function is_term( $term, $taxonomy = '', $parent = 0 ) { * @return bool */ function is_plugin_page() { - _deprecated_function( __FUNCTION__, '3.1.0' ); + _deprecated_function( __FUNCTION__, '3.1.0' ); global $plugin_page; @@ -2553,7 +2553,7 @@ function is_plugin_page() { * @return bool Always return True */ function update_category_cache() { - _deprecated_function( __FUNCTION__, '3.1.0' ); + _deprecated_function( __FUNCTION__, '3.1.0' ); return true; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 51ddb2d8b18..4f19591b866 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @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.