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

git-svn-id: http://core.svn.wordpress.org/trunk@22561 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-11-14 02:39:54 +00:00
parent ca7b159cc7
commit 5ed166d269

View File

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