Changeset 7270 for trunk/wp-includes/script-loader.php
- Timestamp:
- 03/12/2008 10:47:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r7262 r7270 34 34 $this->add( 'editor', false, $visual_editor, '20080218' ); 35 35 36 $this->add( 'editor_functions', '/wp-admin/js/editor.js', false, '20080 221' );36 $this->add( 'editor_functions', '/wp-admin/js/editor.js', false, '20080312' ); 37 37 38 38 // Modify this version when tinyMCE plugins are changed. 39 $mce_version = apply_filters('tiny_mce_version', '200803 06');39 $mce_version = apply_filters('tiny_mce_version', '20080312'); 40 40 $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_config.php', array('editor_functions'), $mce_version ); 41 41
Note: See TracChangeset
for help on using the changeset viewer.