- Timestamp:
- 11/24/2025 06:28:21 PM (9 months ago)
- Location:
- branches/6.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/block-supports/block-visibility.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/src/wp-includes/block-supports/block-visibility.php
r61014 r61288 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 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)