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

This change also fixes the indentation of the translators comment.

Fixes #54798.


git-svn-id: https://develop.svn.wordpress.org/trunk@52571 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-01-12 23:43:56 +00:00
parent aaf689a48f
commit b38c2fb5e9

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>'
),