- Timestamp:
- 04/21/2023 01:30:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r55674 r55675 2143 2143 */ 2144 2144 if ( $requires_no_updating && $this->bytes_already_copied > 0 ) { 2145 $this->html = $this->output_buffer . substr( $this->html, $this->bytes_already_copied ); 2146 $this->bytes_already_copied = strlen( $this->output_buffer ); 2145 2147 return $this->output_buffer . substr( $this->html, $this->bytes_already_copied ); 2146 2148 }
Note: See TracChangeset
for help on using the changeset viewer.