Changeset 58902
- Timestamp:
- 08/15/2024 02:56:43 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r58880 r58902 55 55 script_concat_settings(); 56 56 57 $compressed = $compress_scripts && $concatenate_scripts && isset( $_SERVER['HTTP_ACCEPT_ENCODING'] ) 58 && false !== stripos( $_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip' ) && ! $force_uncompressed; 57 $compressed = $compress_scripts && $concatenate_scripts && ! $force_uncompressed; 59 58 60 59 /* 61 * Load tinymce.js when running from /src, otherwise load wp-tinymce.js .gz(in production)60 * Load tinymce.js when running from /src, otherwise load wp-tinymce.js (in production) 62 61 * or tinymce.min.js (when SCRIPT_DEBUG is true). 63 62 */
Note: See TracChangeset
for help on using the changeset viewer.