Changeset 48115 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 06/21/2020 01:58:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r48102 r48115 2101 2101 2102 2102 if ( $error ) { 2103 $error_string = __( ' There was an error connectingto the server. Please verify the settings are correct.' );2103 $error_string = __( '<strong>Error</strong>: Could not connect to the server. Please verify the settings are correct.' ); 2104 2104 if ( is_wp_error( $error ) ) { 2105 2105 $error_string = esc_html( $error->get_error_message() );
Note: See TracChangeset
for help on using the changeset viewer.