- Timestamp:
- 02/11/2025 08:02:29 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r59464 r59812 2550 2550 ); 2551 2551 return false; 2552 } 2553 2554 $existing_bookmark = $this->bookmarks[ $bookmark_name ]; 2555 2556 if ( 2557 $this->token_starts_at === $existing_bookmark->start && 2558 $this->token_length === $existing_bookmark->length 2559 ) { 2560 return true; 2552 2561 } 2553 2562
Note: See TracChangeset
for help on using the changeset viewer.