Make WordPress Core

Changeset 52571


Ignore:
Timestamp:
01/12/2022 11:43:56 PM (17 months ago)
Author:
audrasjb
Message:

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

This change also fixes the indentation of the translators comment.

Fixes #54798.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/plugin.php

    r52569 r52571  
    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>'
Note: See TracChangeset for help on using the changeset viewer.