Changeset 47530
- Timestamp:
- 03/30/2020 01:30:42 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r47457 r47530 2095 2095 2096 2096 if ( $error ) { 2097 $error_string = __( '<strong>Error</strong>: There was an error connecting to the server ,Please verify the settings are correct.' );2097 $error_string = __( '<strong>Error</strong>: There was an error connecting to the server. Please verify the settings are correct.' ); 2098 2098 if ( is_wp_error( $error ) ) { 2099 2099 $error_string = esc_html( $error->get_error_message() );
Note: See TracChangeset
for help on using the changeset viewer.