Make WordPress Core


Ignore:
Timestamp:
06/21/2020 01:58:46 PM (5 years ago)
Author:
afercia
Message:

I18N: Restore the "Error:" prefix for error messages.

Partially reverts [48059] as there's no full consensus on the removal of the text prefix. Further actions should be taken to improve consistency and accessibility of the admin notices. Keeps some improvements to the translatable strings from [48059].

Fixes #47656.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/trac.php

    r48059 r48115  
    5555    public static function forcingKnownBugs() {
    5656        echo PHP_EOL . "\x1b[0m\x1b[37;41m\x1b[2K";
    57         echo "Trac was inaccessible, so known bugs weren't able to be skipped." . PHP_EOL;
     57        echo "Error: Trac was inaccessible, so known bugs weren't able to be skipped." . PHP_EOL;
    5858        echo "\x1b[0m\x1b[2K";
    5959    }
Note: See TracChangeset for help on using the changeset viewer.