Make WordPress Core


Ignore:
Timestamp:
02/19/2018 02:12:41 AM (7 years ago)
Author:
peterwilsoncc
Message:

General: Further improve error messages following [42648].

Props kristastevens, melchoyce.
Fixes #38332 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r42679 r42719  
    592592
    593593            if ( ! isset( $result['message'] ) ) {
    594                 $message = __( 'An error has occurred.' );
     594                $message = __( 'Something went wrong.' );
    595595            } else {
    596596                $message = $result['message'];
Note: See TracChangeset for help on using the changeset viewer.