Make WordPress Core


Ignore:
Timestamp:
09/30/2011 05:18:35 PM (14 years ago)
Author:
markjaquith
Message:

Be more consistent with ERROR: messages. fixes #15887

File:
1 edited

Legend:

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

    r18632 r18841  
    966966        extract($credentials, EXTR_OVERWRITE);
    967967    if ( $error ) {
    968         $error_string = __('<strong>Error:</strong> There was an error connecting to the server, Please verify the settings are correct.');
     968        $error_string = __('<strong>ERROR:</strong> There was an error connecting to the server, Please verify the settings are correct.');
    969969        if ( is_wp_error($error) )
    970970            $error_string = esc_html( $error->get_error_message() );
Note: See TracChangeset for help on using the changeset viewer.