Changeset 59072 for trunk/src/wp-includes/class-wp-block-parser-frame.php
- Timestamp:
- 09/20/2024 01:53:52 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-parser-frame.php
r56048 r59072 66 66 * @param int $token_start Byte offset into document for start of parse token. 67 67 * @param int $token_length Byte length of entire parse token string. 68 * @param int $prev_offset Byte offset into document for after parse token ends. 69 * @param int $leading_html_start Byte offset into document where leading HTML before token starts. 68 * @param int|null $prev_offset Optional. Byte offset into document for after parse token ends. Default null. 69 * @param int|null $leading_html_start Optional. Byte offset into document where leading HTML before token starts. 70 * Default null. 70 71 */ 71 72 public function __construct( $block, $token_start, $token_length, $prev_offset = null, $leading_html_start = null ) {
Note: See TracChangeset
for help on using the changeset viewer.