Final round of media UX improvements.
Props koopersmith fixes #21390 #22502 git-svn-id: http://core.svn.wordpress.org/trunk@23006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
}
|
||||
});
|
||||
|
||||
frame.toolbar.on( 'activate:select', function() {
|
||||
frame.toolbar.view().set({
|
||||
frame.on( 'toolbar:render:select', function( view ) {
|
||||
view.set({
|
||||
select: {
|
||||
style: 'primary',
|
||||
text: $el.data('update'),
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
}
|
||||
});
|
||||
|
||||
frame.toolbar.on( 'activate:select', function() {
|
||||
frame.toolbar.view().set({
|
||||
frame.on( 'toolbar:render:select', function( view ) {
|
||||
view.set({
|
||||
select: {
|
||||
style: 'primary',
|
||||
text: $el.data('update'),
|
||||
|
||||
Reference in New Issue
Block a user