Changeset 56020 for trunk/src/wp-includes/kses.php
- Timestamp:
- 06/24/2023 05:15:06 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r55990 r56020 800 800 } 801 801 if ( '"' === $quote || "'" === $quote ) { 802 if ( substr( $value, -1 ) !== $quote) {802 if ( ! str_ends_with( $value, $quote ) ) { 803 803 return ''; 804 804 }
Note: See TracChangeset
for help on using the changeset viewer.