← All changes
|
packages/block-serialization-default-parser/class-wp-block-parser-block.php
+1
-1
23.7.0
→
16.2.0
View file →
| @@ -61,9 +61,9 @@ | ||
| 61 | 61 | * 'innerBlocks' => array( block, block ), |
| 62 | 62 | * 'innerContent' => array( 'Before', null, 'Inner', null, 'After' ), |
| 63 | 63 | * ) |
| 64 | 64 | * |
| 65 | - * @since 5.0.0 | |
| 65 | + * @since 4.2.0 | |
| 66 | 66 | * @var array |
| 67 | 67 | */ |
| 68 | 68 | public $innerContent; // phpcs:ignore WordPress.NamingConventions.ValidVariableName |
| 69 | 69 | |