Make WordPress Core


Ignore:
Timestamp:
01/02/2014 10:49:00 PM (12 years ago)
Author:
azaozz
Message:

Thickbox is needed for the media modal back-compat. Are there plugins that still use this? Also needed for PressThis. See #24067.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r26896 r26898  
    488488
    489489        if ( self::$has_medialib ) {
    490     //      add_thickbox(); // ?
     490            add_thickbox();
    491491            wp_enqueue_script('media-upload');
    492492        }
Note: See TracChangeset for help on using the changeset viewer.