Changeset 48059 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 06/16/2020 03:33:37 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r47896 r48059 2100 2100 2101 2101 if ( $error ) { 2102 $error_string = __( ' <strong>Error</strong>:There was an error connecting to the server. Please verify the settings are correct.' );2102 $error_string = __( 'There was an error connecting to the server. Please verify the settings are correct.' ); 2103 2103 if ( is_wp_error( $error ) ) { 2104 2104 $error_string = esc_html( $error->get_error_message() );
Note: See TracChangeset
for help on using the changeset viewer.