Changes between Initial Version and Version 1 of Ticket #39941, comment 95
- Timestamp:
- 02/24/2021 03:19:06 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39941, comment 95
initial v1 12 12 {{{#!php 13 13 if ( is_bool( $attribute_value ) && $attribute_value ) { 14 $attributes_string .= $html5_script_support ? sprintf( ' %1$s="% 2$s"', esc_attr( $attribute_name ), esc_attr( $attribute_name ) ) : ' ' . $attribute_name;14 $attributes_string .= $html5_script_support ? sprintf( ' %1$s="%1$s"', esc_attr( $attribute_name ) ) : ' ' . $attribute_name; 15 15 continue; 16 16 }