Changeset 37851
- Timestamp:
- 06/23/2016 02:29:15 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/js/wp-util.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wp-util.js
r37714 r37851 31 31 32 32 return function ( data ) { 33 compiled = compiled || _.template( $( '#tmpl-' + id ).html(), null,options );33 compiled = compiled || _.template( $( '#tmpl-' + id ).html(), options ); 34 34 return compiled( data ); 35 35 };
Note: See TracChangeset
for help on using the changeset viewer.