Changeset 54895 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 11/29/2022 08:58:26 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r54891 r54895 2880 2880 } 2881 2881 2882 if ( in_array( $args['decoding'], array( 'async', 'sync', 'auto' ) ) && ! preg_match( '/\bdecoding\s*=/', $extra_attr ) ) {2882 if ( in_array( $args['decoding'], array( 'async', 'sync', 'auto' ), true ) && ! preg_match( '/\bdecoding\s*=/', $extra_attr ) ) { 2883 2883 if ( ! empty( $extra_attr ) ) { 2884 2884 $extra_attr .= ' ';
Note: See TracChangeset
for help on using the changeset viewer.