- Timestamp:
- 12/25/2023 02:01:34 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r57211 r57227 1896 1896 */ 1897 1897 foreach ( $this->bookmarks as $bookmark_name => $bookmark ) { 1898 $bookmark_end 1898 $bookmark_end = $bookmark->start + $bookmark->length; 1899 1899 1900 1900 /*
Note: See TracChangeset
for help on using the changeset viewer.