Skip to content

Commit

Permalink
Coding Standards: Remove two unnecessary spaces.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
desrosj committed Oct 11, 2022
1 parent d989d0b commit 24d7b3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wp-includes/deprecated.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 24d7b3d

Please sign in to comment.