Changeset 62964
- Timestamp:
- 08/01/2026 04:42:13 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r62960 r62964 2074 2074 $is_valid_pi = ( 2075 2075 0 !== $target_length && 2076 false !== strpos( " \t\f\r\n?>", $html[ $target_at + $target_length ] ) &&2076 str_contains( " \t\f\r\n?>", $html[ $target_at + $target_length ] ) && 2077 2077 ! ( 3 === $target_length && 0 === substr_compare( $html, 'xml', $target_at, 3, true ) ) && 2078 2078 ! ( 14 === $target_length && 0 === substr_compare( $html, 'xml-stylesheet', $target_at, 14, true ) )
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)