Make WordPress Core


Ignore:
Timestamp:
07/10/2008 04:39:14 PM (18 years ago)
Author:
ryan
Message:

Fix image resizing inside captions, add edit alt field to the advanced tab. Props azaozz. see #6812

File:
1 edited

Legend:

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

    r8304 r8307  
    3838
    3939    // Modify this version when tinyMCE plugins are changed.
    40     $mce_version = apply_filters('tiny_mce_version', '20080708');
     40    $mce_version = apply_filters('tiny_mce_version', '20080709');
    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.