Changeset 38116
- Timestamp:
- 07/20/2016 02:37:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/shortcode.js
r34933 r38116 327 327 text += ' ' + attr; 328 328 329 // Use empty attribute notation where possible.330 if ( '' === value ) {331 return;332 }333 334 329 // Convert boolean values to strings. 335 330 if ( _.isBoolean( value ) ) {
Note: See TracChangeset
for help on using the changeset viewer.