Changeset 48573 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 07/23/2020 12:46:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r48537 r48573 40 40 * @since 5.0.0 41 41 * 42 * @param WP_Scripts $scripts WP_Scripts object. 42 * @param WP_Scripts $scripts WP_Scripts object. 43 * @param bool $force_uncompressed Whether to forcibly prevent gzip compression. Default false. 43 44 */ 44 45 function wp_register_tinymce_scripts( $scripts, $force_uncompressed = false ) {
Note: See TracChangeset
for help on using the changeset viewer.