Changeset 53458 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 06/02/2022 03:03:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r53426 r53458 2303 2303 2304 2304 if ( $error ) { 2305 $error_string = __( '<strong>Error </strong>:Could not connect to the server. Please verify the settings are correct.' );2305 $error_string = __( '<strong>Error:</strong> Could not connect to the server. Please verify the settings are correct.' ); 2306 2306 if ( is_wp_error( $error ) ) { 2307 2307 $error_string = esc_html( $error->get_error_message() );
Note: See TracChangeset
for help on using the changeset viewer.