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
This commit is contained in:
Jonathan Desrosiers 2022-10-11 14:45:15 +00:00
parent 865b8ac065
commit 514cb55812

View File

@ -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;
}