Skip to content

Commit 2531554

Browse files
committed
Reinstate annotation and remove whitespace
1 parent 482b786 commit 2531554

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/class-wp-theme-json-gutenberg.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2719,6 +2719,8 @@ private static function update_separator_declarations( $declarations ) {
27192719
/**
27202720
* An internal method to get the block nodes from a theme.json file.
27212721
*
2722+
* @since 6.1.0
2723+
*
27222724
* @param array $theme_json The theme.json converted to an array.
27232725
* @param array $selectors Optional list of selectors per block.
27242726
* @param array $options {
@@ -2729,7 +2731,6 @@ private static function update_separator_declarations( $declarations ) {
27292731
* }
27302732
* @return array The block nodes in theme.json.
27312733
*/
2732-
27332734
private static function get_block_nodes( $theme_json, $selectors = array(), $options = array() ) {
27342735
$selectors = empty( $selectors ) ? static::get_blocks_metadata() : $selectors;
27352736
$nodes = array();

0 commit comments

Comments
 (0)