Changeset 55653 for trunk/src/wp-includes/kses.php
- Timestamp:
- 04/16/2023 10:46:17 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/kses.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r55652 r55653 800 800 } 801 801 if ( '"' === $quote || "'" === $quote ) { 802 if ( substr( $value, -1 ) != $quote ) {802 if ( substr( $value, -1 ) !== $quote ) { 803 803 return ''; 804 804 }
Note: See TracChangeset
for help on using the changeset viewer.