We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$bookmark_start
1 parent 449ae5a commit b502273Copy full SHA for b502273
src/wp-includes/html-api/class-wp-html-tag-processor.php
@@ -1651,7 +1651,7 @@ private function apply_attributes_updates( $shift_this_point = 0 ) {
1651
* replacements adjust offsets in the input document.
1652
*/
1653
foreach ( $this->bookmarks as $bookmark_name => $bookmark ) {
1654
- $bookmark_end = $bookmark_start + $bookmark->length;
+ $bookmark_end = $bookmark->start + $bookmark->length;
1655
1656
/*
1657
* Each lexical update which appears before the bookmark's endpoints
0 commit comments