Changeset 7060 for trunk/wp-includes/script-loader.php
- Timestamp:
- 02/27/2008 05:36:42 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r7057 r7060 37 37 38 38 // Modify this version when tinyMCE plugins are changed. 39 $mce_version = apply_filters('tiny_mce_version', '2008022 1');39 $mce_version = apply_filters('tiny_mce_version', '20080226'); 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.