Make WordPress Core

Changeset 22341


Ignore:
Timestamp:
10/31/2012 08:00:02 PM (14 years ago)
Author:
koopersmith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/media-views.js

    r22340 r22341  
    15751575                        columns: {
    15761576                                accepts:  _.invoke( _.range( 1, 10 ), 'toString' ),
    1577                                 fallback: 3,
     1577                                fallback: '3',
    15781578                                type:     'select'
    15791579                        },
Note: See TracChangeset for help on using the changeset viewer.