Changeset 6770 for trunk/wp-includes/script-loader.php
- Timestamp:
- 02/09/2008 01:08:28 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r6765 r6770 34 34 35 35 $mce_config = apply_filters('tiny_mce_config_url', '/wp-includes/js/tinymce/tiny_mce_config.php'); 36 $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20080 129' );37 36 $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20080208' ); 37 38 38 $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6'); 39 39 … … 180 180 'cancel' => __('Cancel'), 181 181 )); 182 $this->add( 'editor', '/wp-admin/js/editor.js', array('tiny_mce'), '20080208' ); 182 183 } 183 184 }
Note: See TracChangeset
for help on using the changeset viewer.