- Timestamp:
- 05/04/2023 08:44:22 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/src/wp-includes/html-api/class-wp-html-tag-processor.php
r55708 r55722 1465 1465 } 1466 1466 1467 $output_buffer 1468 $output_buffer 1469 $bytes_already_copied 1467 $output_buffer .= substr( $this->html, $bytes_already_copied, $diff->start - $bytes_already_copied ); 1468 $output_buffer .= $diff->text; 1469 $bytes_already_copied = $diff->end; 1470 1470 } 1471 1471
Note: See TracChangeset
for help on using the changeset viewer.