From 514cb558127ccb3be7034d72eda62c6cf590347d Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 11 Oct 2022 14:45:15 +0000 Subject: [PATCH] Coding Standards: Remove two unnecessary spaces. Props kebbet. See #55647. git-svn-id: https://develop.svn.wordpress.org/trunk@54480 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/deprecated.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/deprecated.php b/src/wp-includes/deprecated.php index 634fd0f1b6..9a952d5f65 100644 --- a/src/wp-includes/deprecated.php +++ b/src/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; }