Skip to content

Commit b38c2fb

Browse files
committed
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
1 parent aaf689a commit b38c2fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ function add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $func
13331333
_doing_it_wrong(
13341334
__FUNCTION__,
13351335
sprintf(
1336-
/* translators: %s: add_submenu_page() */
1336+
/* translators: %s: add_menu_page() */
13371337
__( 'The seventh parameter passed to %s should be an integer representing menu position.' ),
13381338
'<code>add_menu_page()</code>'
13391339
),

0 commit comments

Comments
 (0)