Make WordPress Core

Changeset 42041


Ignore:
Timestamp:
10/30/2017 04:05:20 AM (7 years ago)
Author:
westonruter
Message:

Tests: Remove references to deleted JS files in QUnit tests.

Amends [41570], [40584].
See #41755, #40690.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/index.html

    r41839 r42041  
    3434        </script>
    3535        <script src="../../src/wp-includes/js/utils.js"></script>
    36         <script src="../../src/wp-includes/js/plupload/plupload.full.min.js"></script>
    3736        <script>
    3837            window.pluploadL10n = {"queue_limit_exceeded":"You have attempted to queue too many files.","file_exceeds_size_limit":"%s exceeds the maximum upload size for this site.","zero_byte_file":"This file is empty. Please try another.","invalid_filetype":"Sorry, this file type is not permitted for security reasons.","not_an_image":"This file is not an image. Please try another.","image_memory_exceeded":"Memory exceeded. Please try another smaller file.","image_dimensions_exceeded":"This is larger than the maximum size. Please try another.","default_error":"An error occurred in the upload. Please try again later.","missing_upload_url":"There was a configuration error. Please contact the server administrator.","upload_limit_exceeded":"You may only upload 1 file.","http_error":"HTTP error.","upload_failed":"Upload failed.","big_upload_failed":"Please try uploading this file with the %1$sbrowser uploader%2$s.","big_upload_queued":"%s exceeds the maximum upload size for the multi-file uploader when used in your browser.","io_error":"IO error.","security_error":"Security error.","file_cancelled":"File canceled.","upload_stopped":"Upload stopped.","dismiss":"Dismiss","crunching":"Crunching\u2026","deleted":"moved to the trash.","error_uploading":"\u201c%s\u201d has failed to upload."};
     
    22072206        <script src="../../src/wp-includes/js/tinymce/tinymce.js"></script>
    22082207        <script src="../../src/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js"></script>
    2209         <script src="editor/js/utils.js"></script>
    22102208        <script src="wp-includes/js/tinymce/plugins/wptextpattern/plugin.js"></script>
    22112209        <script src="wp-includes/js/tinymce/tinymce-obsolete.js"></script>
Note: See TracChangeset for help on using the changeset viewer.