- Timestamp:
- 02/02/2024 10:55:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r57506 r57527 2336 2336 // Point this tag processor before the sought tag opener and consume it. 2337 2337 $this->bytes_already_parsed = $this->bookmarks[ $bookmark_name ]->start; 2338 $this->parser_state = self::STATE_READY; 2338 2339 return $this->next_token(); 2339 2340 }
Note: See TracChangeset
for help on using the changeset viewer.