Changeset 56953
- Timestamp:
- 10/17/2023 10:37:35 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r56941 r56953 2325 2325 } 2326 2326 2327 $tag_ends_at = strpos( $this->html, '>', $this->bytes_already_parsed ); 2328 $this->tag_ends_at = $tag_ends_at; 2329 $this->bytes_already_parsed = $tag_ends_at; 2330 2327 2331 return $this->html; 2328 2332 }
Note: See TracChangeset
for help on using the changeset viewer.