Changeset 42228 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 11/26/2017 11:56:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r42220 r42228 2949 2949 foreach ( $atts as $attr => $value ) { 2950 2950 if ( ! is_scalar( $value ) || 2951 ( ! in_array( $attr, array( 'as', 'crossorigin', 'href', 'pr', 'rel', 'type' ), true ) && ! is_numeric( $attr ))2952 ) { 2951 ( ! in_array( $attr, array( 'as', 'crossorigin', 'href', 'pr', 'rel', 'type' ), true ) && ! is_numeric( $attr )) ) { 2952 2953 2953 continue; 2954 2954 }
Note: See TracChangeset
for help on using the changeset viewer.