Media: Activate the featured image toolbar when the media dialog is first opened. see #21390, #21776.

git-svn-id: https://develop.svn.wordpress.org/trunk@22561 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-11-14 02:39:54 +00:00
parent ebe8d3e08f
commit c77d7b96db
1 changed files with 2 additions and 0 deletions

View File

@ -1084,6 +1084,8 @@ function post_thumbnail_meta_box( $post ) {
}
});
});
frame.toolbar.mode('select');
});
$element.on( 'click', '.remove', function( event ) {