Make WordPress Core


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

Fix quotes in captions. Props azaozz. see #6812

File:
1 edited

Legend:

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

    r8260 r8290  
    223223if ( $disk_cache ) {
    224224
    225         $cacheKey = apply_filters('tiny_mce_version', '20080706');
     225        $cacheKey = apply_filters('tiny_mce_version', '20080708');
    226226
    227227        foreach ( $initArray as $v )
Note: See TracChangeset for help on using the changeset viewer.