PluginProbe
Gutenberg / 16.2.0
Gutenberg v16.2.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← 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