Administration: Fix an erroneous translators comment after changeset [52569].

This change also fixes the indentation of the translators comment.

Fixes #54798.

Built from https://develop.svn.wordpress.org/trunk@52571


git-svn-id: http://core.svn.wordpress.org/trunk@52161 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-01-12 23:45:01 +00:00
parent b00a83b996
commit b14d7a8149
2 changed files with 2 additions and 2 deletions

View File

@ -1333,7 +1333,7 @@ function add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $func
_doing_it_wrong(
__FUNCTION__,
sprintf(
/* translators: %s: add_submenu_page() */
/* translators: %s: add_menu_page() */
__( 'The seventh parameter passed to %s should be an integer representing menu position.' ),
'<code>add_menu_page()</code>'
),

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-52570';
$wp_version = '6.0-alpha-52571';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.