Make WordPress Core

Changeset 54926


Ignore:
Timestamp:
12/01/2022 10:18:50 PM (22 months ago)
Author:
audrasjb
Message:

Options, Meta APIs: Improve error messages in Options Management Administration Screen.

Props NekoJonez, costdev.
Fixes #57230.

File:
1 edited

Legend:

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

    r54113 r54926  
    246246            sprintf(
    247247                /* translators: %s: The options page name. */
    248                 __( '<strong>Error:</strong> Options page %s not found in the allowed options list.' ),
     248                __( '<strong>Error:</strong> The %s options page is not in the allowed options list.' ),
    249249                '<code>' . esc_html( $option_page ) . '</code>'
    250250            )
Note: See TracChangeset for help on using the changeset viewer.