mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
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:
parent
ca7b159cc7
commit
5ed166d269
@ -1084,6 +1084,8 @@ function post_thumbnail_meta_box( $post ) {
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
frame.toolbar.mode('select');
|
||||
});
|
||||
|
||||
$element.on( 'click', '.remove', function( event ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user