Make WordPress Core

Changeset 53476


Ignore:
Timestamp:
06/07/2022 05:28:08 AM (3 years ago)
Author:
audrasjb
Message:

Text Changes: Improve consistency of admin error notices in wp-admin/options.php.

This changeset replaces <strong>Error</strong>: with <strong>Error:</strong>, for better consistency.

Follow-up to [53458].

Fixes #50785.

File:
1 edited

Legend:

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

    r53151 r53476  
    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> Options page %s not found in the allowed options list.' ),
    249249                '<code>' . esc_html( $option_page ) . '</code>'
    250250            )
Note: See TracChangeset for help on using the changeset viewer.