Changeset 43753
- Timestamp:
- 10/18/2018 01:21:03 PM (6 years ago)
- Location:
- branches/5.0/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/class-wp-editor.php
r43738 r43753 1425 1425 script_concat_settings(); 1426 1426 } 1427 1428 wp_print_scripts( [ 'wp-tinymce' ] ); 1427 1429 1428 1430 echo "<script type='text/javascript'>\n" . self::wp_mce_translation() . "</script>\n"; -
branches/5.0/src/wp-includes/script-loader.php
r43738 r43753 671 671 $scripts->add( 'colorpicker', "/wp-includes/js/colorpicker$suffix.js", array('prototype'), '3517m' ); 672 672 673 $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array(' wp-tinymce','utils','jquery'), false, 1 );673 $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array('utils','jquery'), false, 1 ); 674 674 675 675 // Back-compat for old DFW. To-do: remove at the end of 2016.
Note: See TracChangeset
for help on using the changeset viewer.