mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
865b8ac065
commit
514cb55812
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user