Fixed mixed spaces and tabs. Also remove trailing comma. see #26631.
Built from https://develop.svn.wordpress.org/trunk@27266 git-svn-id: http://core.svn.wordpress.org/trunk@27123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6dcd5cc69e
commit
74f2a32f52
|
@ -474,7 +474,7 @@
|
|||
this.frame = wp.media( _.extend( {
|
||||
frame: 'post',
|
||||
editing: true,
|
||||
multiple: true,
|
||||
multiple: true
|
||||
}, args ) ).open();
|
||||
|
||||
return this.frame;
|
||||
|
|
Loading…
Reference in New Issue