Make WordPress Core

Ticket #53985: 53985.diff

File 53985.diff, 1.2 KB (added by zodiac1978, 4 years ago)

Change suggested maximum size to 2560 pixel instead of 2500 pixel

  • src/wp-includes/script-loader.php

     
    874874                'missing_upload_url'        => __( 'There was a configuration error. Please contact the server administrator.' ),
    875875                'upload_limit_exceeded'     => __( 'You may only upload 1 file.' ),
    876876                'http_error'                => __( 'Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page.' ),
    877                 'http_error_image'          => __( 'Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels.' ),
     877                'http_error_image'          => __( 'Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2560 pixels.' ),
    878878                'upload_failed'             => __( 'Upload failed.' ),
    879879                /* translators: 1: Opening link tag, 2: Closing link tag. */
    880880                'big_upload_failed'         => __( 'Please try uploading this file with the %1$sbrowser uploader%2$s.' ),