Changeset 60597
- Timestamp:
- 11/24/2025 08:07:33 AM (15 hours ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
-
block-supports/block-visibility.php (modified) (1 diff)
-
version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/block-supports/block-visibility.php
r60350 r60597 20 20 $block_type = WP_Block_Type_Registry::get_instance()->get_registered( $block['blockName'] ); 21 21 22 if ( ! $block_type || ! block_has_support( $block_type, ' blockVisibility', true ) ) {22 if ( ! $block_type || ! block_has_support( $block_type, 'visibility', true ) ) { 23 23 return $block_content; 24 24 } -
trunk/wp-includes/version.php
r60596 r60597 17 17 * @global string $wp_version 18 18 */ 19 $wp_version = '7.0-alpha-6128 4';19 $wp_version = '7.0-alpha-61285'; 20 20 21 21 /**
Note: See TracChangeset
for help on using the changeset viewer.