- Timestamp:
- 12/13/2018 07:18:58 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43753-43754
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/class-wp-editor.php
r44115 r44119 1442 1442 script_concat_settings(); 1443 1443 } 1444 1445 wp_print_scripts( array( 'wp-tinymce' ) ); 1446 1447 echo "<script type='text/javascript'>\n" . self::wp_mce_translation() . "</script>\n"; 1444 1448 } 1445 1449 -
trunk/src/wp-includes/script-loader.php
r44115 r44119 685 685 $scripts->add( 'colorpicker', "/wp-includes/js/colorpicker$suffix.js", array( 'prototype' ), '3517m' ); 686 686 687 $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array( ' wp-tinymce', 'utils', 'jquery' ), false, 1 );687 $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array( 'utils', 'jquery' ), false, 1 ); 688 688 689 689 // Back-compat for old DFW. To-do: remove at the end of 2016.
Note: See TracChangeset
for help on using the changeset viewer.