Changeset 53332
- Timestamp:
- 05/02/2022 01:30:47 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r53302 r53332 596 596 * @since 5.3.1 597 597 * 598 * @param WP_Block_Parser_Block $block A single parsed block object.598 * @param array $block A representative array of a single parsed block object. See WP_Block_Parser_Block. 599 599 * @return string String of rendered HTML. 600 600 */ … … 624 624 * @since 5.3.1 625 625 * 626 * @param WP_Block_Parser_Block[] $blocks Parsed block objects.626 * @param array[] $blocks An array of representative arrays of parsed block objects. See serialize_block(). 627 627 * @return string String of rendered HTML. 628 628 */
Note: See TracChangeset
for help on using the changeset viewer.