Changeset 33734 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 08/25/2015 08:27:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r33602 r33734 387 387 */ 388 388 public function input_attrs() { 389 foreach ( $this->input_attrs as $attr => $value ) {389 foreach ( $this->input_attrs as $attr => $value ) { 390 390 echo $attr . '="' . esc_attr( $value ) . '" '; 391 391 }
Note: See TracChangeset
for help on using the changeset viewer.