- Timestamp:
- 07/04/2023 08:43:43 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r55734 r56133 547 547 548 548 // Ensure that the tag closes before the end of the document. 549 if ( $this->bytes_already_parsed >= strlen( $this->html ) ) { 550 return false; 551 } 552 549 553 $tag_ends_at = strpos( $this->html, '>', $this->bytes_already_parsed ); 550 554 if ( false === $tag_ends_at ) {
Note: See TracChangeset
for help on using the changeset viewer.