- Timestamp:
- 07/19/2024 11:42:14 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-text-replacement.php
r57179 r58769 57 57 * @param string $text Span of text to insert in document to replace existing content from start to end. 58 58 */ 59 public function __construct( $start, $length,$text ) {59 public function __construct( int $start, int $length, string $text ) { 60 60 $this->start = $start; 61 61 $this->length = $length;
Note: See TracChangeset
for help on using the changeset viewer.