Make WordPress Core


Ignore:
Timestamp:
06/14/2008 04:38:08 PM (17 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/script-loader.php

    r8066 r8083  
    3636
    3737    // Modify this version when tinyMCE plugins are changed.
    38     $mce_version = apply_filters('tiny_mce_version', '20080606');
     38    $mce_version = apply_filters('tiny_mce_version', '20080613');
    3939    $scripts->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_config.php', array('editor_functions'), $mce_version );
    4040
     
    227227    $styles->add( 'theme-editor', '/wp-admin/css/theme-editor.css' );
    228228    $styles->add( 'press-this', '/wp-admin/css/press-this.css' );
    229     $styles->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.css' );
     229    $styles->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.css', array(), '20080613' );
    230230    $styles->add( 'login', '/wp-admin/css/login.css' );
    231231
Note: See TracChangeset for help on using the changeset viewer.