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