Make WordPress Core


Ignore:
Timestamp:
06/02/2022 03:03:39 PM (3 years ago)
Author:
audrasjb
Message:

Text Changes: Improve consistency of admin error notices.

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

Props transl8or, mihaidumitrascu, audrasjb.
Fixes #50785.

File:
1 edited

Legend:

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

    r53426 r53458  
    625625            sprintf(
    626626                /* translators: 1: $table_prefix, 2: wp-config.php */
    627                 __( '<strong>Error</strong>: %1$s in %2$s can only contain numbers, letters, and underscores.' ),
     627                __( '<strong>Error:</strong> %1$s in %2$s can only contain numbers, letters, and underscores.' ),
    628628                '<code>$table_prefix</code>',
    629629                '<code>wp-config.php</code>'
Note: See TracChangeset for help on using the changeset viewer.