Changeset 53780
- Timestamp:
- 07/26/2022 12:58:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block.php
r52299 r53780 278 278 * @since 5.9.0 The `$instance` parameter was added. 279 279 * 280 * @param string $block_content The block content about to be appended.280 * @param string $block_content The block content. 281 281 * @param array $block The full block, including name and attributes. 282 282 * @param WP_Block $instance The block instance. … … 293 293 * @since 5.9.0 The `$instance` parameter was added. 294 294 * 295 * @param string $block_content The block content about to be appended.295 * @param string $block_content The block content. 296 296 * @param array $block The full block, including name and attributes. 297 297 * @param WP_Block $instance The block instance.
Note: See TracChangeset
for help on using the changeset viewer.