Make WordPress Core


Ignore:
Timestamp:
10/24/2009 11:43:42 AM (15 years ago)
Author:
azaozz
Message:

When inserting the embed shortcode in TinyMCE replace it with a placeholder image, update the 'wordpress', 'wpeditimage' and 'wpgallery' TinyMCE plugins, fix the audio and video "From URL" tabs in the uploader popup to accept only URLs for embedding, see #10337

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/press-this.php

    r12094 r12098  
    448448        jQuery('#publish, #save').click(function() { jQuery('#saving').css('display', 'inline'); });
    449449
    450         $('#tagsdiv-post_tag, #categorydiv').children('h3').click(function(){
     450        $('#tagsdiv-post_tag, #categorydiv').children('h3, .handlediv').click(function(){
    451451            $(this).siblings('.inside').toggle();
    452452        });
Note: See TracChangeset for help on using the changeset viewer.