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:
parent
b00a83b996
commit
b14d7a8149
|
@ -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>'
|
||||
),
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue