Changeset 42041
- Timestamp:
- 10/30/2017 04:05:20 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/qunit/index.html
r41839 r42041 34 34 </script> 35 35 <script src="../../src/wp-includes/js/utils.js"></script> 36 <script src="../../src/wp-includes/js/plupload/plupload.full.min.js"></script>37 36 <script> 38 37 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."}; … … 2207 2206 <script src="../../src/wp-includes/js/tinymce/tinymce.js"></script> 2208 2207 <script src="../../src/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js"></script> 2209 <script src="editor/js/utils.js"></script>2210 2208 <script src="wp-includes/js/tinymce/plugins/wptextpattern/plugin.js"></script> 2211 2209 <script src="wp-includes/js/tinymce/tinymce-obsolete.js"></script>
Note: See TracChangeset
for help on using the changeset viewer.