- Timestamp:
- 11/12/2020 08:18:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/generated-classname.php
r49226 r49580 48 48 $attributes = array(); 49 49 if ( property_exists( $block_type, 'supports' ) ) { 50 $has_generated_classname_support = wp_array_get( $block_type->supports, array( 'className' ), true );50 $has_generated_classname_support = _wp_array_get( $block_type->supports, array( 'className' ), true ); 51 51 } 52 52 if ( $has_generated_classname_support ) {
Note: See TracChangeset
for help on using the changeset viewer.