- Timestamp:
- 05/03/2023 11:55:26 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/src/wp-includes/html-api/class-wp-html-tag-processor.php
r55668 r55707 2103 2103 */ 2104 2104 if ( $requires_no_updating && $this->bytes_already_copied > 0 ) { 2105 $this->html = $this->output_buffer . substr( $this->html, $this->bytes_already_copied ); 2106 $this->bytes_already_copied = strlen( $this->output_buffer ); 2105 2107 return $this->output_buffer . substr( $this->html, $this->bytes_already_copied ); 2106 2108 }
Note: See TracChangeset
for help on using the changeset viewer.