Changeset 41936 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 10/19/2017 03:24:20 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r41905 r41936 4004 4004 inputAttrs['aria-describedby'] = descriptionId; 4005 4005 } 4006 _.extend( inputAttrs, data.input Attrs );4006 _.extend( inputAttrs, data.input_attrs ); 4007 4007 #> 4008 4008
Note: See TracChangeset
for help on using the changeset viewer.