Changeset 27518
- Timestamp:
- 03/13/2014 03:18:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-views.js
r27517 r27518 5285 5285 this.$el.html( _.chain( this.filters ).map( function( filter, value ) { 5286 5286 return { 5287 el: $( '<option></option>').val(value).text(filter.text)[0],5287 el: $( '<option></option>' ).val( value ).html( filter.text )[0], 5288 5288 priority: filter.priority || 50 5289 5289 };
Note: See TracChangeset
for help on using the changeset viewer.