Changeset 57053 for trunk/src/wp-includes/class-wp-block-list.php
- Timestamp:
- 11/02/2023 12:02:36 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-list.php
r56803 r57053 94 94 95 95 if ( isset( $block ) && is_array( $block ) ) { 96 $block = new WP_Block( $block, $this->available_context, $this->registry ); 96 $block = new WP_Block( $block, $this->available_context, $this->registry ); 97 97 98 $this->blocks[ $offset ] = $block; 98 99 }
Note: See TracChangeset
for help on using the changeset viewer.