Make WordPress Core


Ignore:
Timestamp:
07/08/2008 11:38:53 PM (17 years ago)
Author:
ryan
Message:

Fix quotes in captions. Props azaozz. see #6812

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r8262 r8290  
    3838
    3939    // Modify this version when tinyMCE plugins are changed.
    40     $mce_version = apply_filters('tiny_mce_version', '20080706');
     40    $mce_version = apply_filters('tiny_mce_version', '20080708');
    4141    $scripts->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_config.php', array('editor_functions'), $mce_version );
    4242
Note: See TracChangeset for help on using the changeset viewer.