Changeset 50661 for branches/5.7
- Timestamp:
- 04/06/2021 03:40:38 AM (4 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
-
branches/5.7/src/wp-includes/script-loader.php
r50420 r50661 2354 2354 if ( is_bool( $attribute_value ) ) { 2355 2355 if ( $attribute_value ) { 2356 $attributes_string .= $html5_script_support ? sprintf( ' %1$s="%2$s"', esc_attr( $attribute_name ), esc_attr( $attribute_name ) ) : ' ' . $attribute_name;2356 $attributes_string .= $html5_script_support ? sprintf( ' %1$s="%2$s"', esc_attr( $attribute_name ), esc_attr( $attribute_name ) ) : ' ' . esc_attr( $attribute_name ); 2357 2357 } 2358 2358 } else {
Note: See TracChangeset
for help on using the changeset viewer.