Make WordPress Core


Ignore:
Timestamp:
09/20/2024 01:53:52 AM (6 months ago)
Author:
noisysocks
Message:

Editor: Update packages for 6.7 Beta 1.

Syncs @wordpress/* packages to the wp-6.7 npm tag.

Fixes #61906.
Props peterwilsoncc, gziolo, kevin940726.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-block-parser-frame.php

    r56048 r59072  
    6666     * @param int                   $token_start        Byte offset into document for start of parse token.
    6767     * @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.
    7071     */
    7172    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.