Changeset 27744
- Timestamp:
- 03/26/2014 05:45:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r27649 r27744 209 209 instance = instance || 0; 210 210 211 // Themes per instance are set at 15212 collection = _( collection.rest( 15* instance ) );213 collection = _( collection.first( 15) );211 // Themes per instance are set at 20 212 collection = _( collection.rest( 20 * instance ) ); 213 collection = _( collection.first( 20 ) ); 214 214 215 215 return collection;
Note: See TracChangeset
for help on using the changeset viewer.