Changeset 8607 for branches/2.6/wp-includes/script-loader.php
- Timestamp:
- 08/10/2008 07:33:44 PM (17 years ago)
- File:
-
- 1 edited
-
branches/2.6/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-includes/script-loader.php
r8493 r8607 38 38 39 39 // Modify this version when tinyMCE plugins are changed. 40 $mce_version = apply_filters('tiny_mce_version', '20080 710');40 $mce_version = apply_filters('tiny_mce_version', '20080810'); 41 41 $scripts->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_config.php', array('editor_functions'), $mce_version ); 42 42
Note: See TracChangeset
for help on using the changeset viewer.