Changeset 7854 for trunk/wp-includes/script-loader.php
- Timestamp:
- 04/29/2008 07:17:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r7813 r7854 37 37 38 38 // Modify this version when tinyMCE plugins are changed. 39 $mce_version = apply_filters('tiny_mce_version', '200804 14');39 $mce_version = apply_filters('tiny_mce_version', '20080423'); 40 40 $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_config.php', array('editor_functions'), $mce_version ); 41 41 … … 194 194 'cancel' => __('Cancel'), 195 195 )); 196 $this->add( 'editor', '/wp-admin/js/editor.js', array('tiny_mce'), '20080221' ); 196 197 $this->add( 'word-count', '/wp-admin/js/word-count.js', array( 'jquery' ), '20080423' ); 198 $this->localize( 'word-count', 'wordCountL10n', array( 199 'count' => __('Word count: %d') 200 )); 197 201 } 198 202 }
Note: See TracChangeset
for help on using the changeset viewer.