Make gallery columns fallback a string, as the accepted values are strings. see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22341 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-10-31 20:00:02 +00:00
parent 3a64c92cf1
commit 791d93553a

View File

@ -1574,7 +1574,7 @@
settings: {
columns: {
accepts: _.invoke( _.range( 1, 10 ), 'toString' ),
fallback: 3,
fallback: '3',
type: 'select'
},
link: {