Skip to content

Commit 48cad60

Browse files
committed
Update block metadata versioning in blocks.php to reflect changes in single-pattern container blocks for version 7.0.0.
1 parent 3ec266f commit 48cad60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/blocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@ function traverse_and_serialize_block( $block, $pre_callback = null, $post_callb
18441844
* Replaces patterns in a block tree with their content.
18451845
*
18461846
* @since 6.6.0
1847-
* @since n.e.x.t Adds metadata to attributes of single-pattern container blocks.
1847+
* @since 7.0.0 Adds metadata to attributes of single-pattern container blocks.
18481848
*
18491849
* @param array $blocks An array blocks.
18501850
*

0 commit comments

Comments
 (0)