Changeset 47156 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 02/01/2020 09:36:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r47122 r47156 2075 2075 2076 2076 if ( $error ) { 2077 $error_string = __( '<strong>E RROR:</strong>There was an error connecting to the server, Please verify the settings are correct.' );2077 $error_string = __( '<strong>Error</strong>: There was an error connecting to the server, Please verify the settings are correct.' ); 2078 2078 if ( is_wp_error( $error ) ) { 2079 2079 $error_string = esc_html( $error->get_error_message() );
Note: See TracChangeset
for help on using the changeset viewer.