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:
@@ -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>'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user