Changeset 7678 for branches/2.5/wp-includes/script-loader.php
- Timestamp:
- 04/14/2008 10:18:42 PM (18 years ago)
- File:
-
- 1 edited
-
branches/2.5/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-includes/script-loader.php
r7670 r7678 37 37 38 38 // Modify this version when tinyMCE plugins are changed. 39 $mce_version = apply_filters('tiny_mce_version', '20080 327');39 $mce_version = apply_filters('tiny_mce_version', '20080414'); 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.