Make WordPress Core


Ignore:
Timestamp:
06/14/2008 04:38:08 PM (18 years ago)
Author:
ryan
Message:

Image popup improvements from azaozz. Added translation strings, RTL support, several layout improvements, image border, hspace and vspace can be used as shortcuts to add css styles, the preview is visible on both tabs, etc. see #6811

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/tiny_mce_config.php

    r8066 r8083  
    227227if ( $disk_cache ) {
    228228
    229         $cacheKey = apply_filters('tiny_mce_version', '20080606');
     229        $cacheKey = apply_filters('tiny_mce_version', '20080613');
    230230
    231231        foreach ( $initArray as $v )
Note: See TracChangeset for help on using the changeset viewer.