- Timestamp:
- 08/06/2024 08:41:58 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r58845 r58858 1910 1910 // No chance of finding a closer. 1911 1911 if ( $at + 3 > $doc_length ) { 1912 $this->parser_state = self::STATE_INCOMPLETE_INPUT; 1913 1912 1914 return false; 1913 1915 }
Note: See TracChangeset
for help on using the changeset viewer.