mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
d989d0b1f7
commit
24d7b3df9e
@ -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;
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user