Changeset 58312 for trunk/src/wp-includes/block-supports/shadow.php
- Timestamp:
- 06/03/2024 11:34:24 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-supports/shadow.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/shadow.php
r57510 r58312 44 44 * 45 45 * @since 6.3.0 46 * @since 6.6.0 Return early if __experimentalSkipSerialization is true. 46 47 * @access private 47 48 * … … 53 54 $has_shadow_support = block_has_support( $block_type, 'shadow', false ); 54 55 55 if ( ! $has_shadow_support ) { 56 if ( 57 ! $has_shadow_support || 58 wp_should_skip_block_supports_serialization( $block_type, 'shadow' ) 59 ) { 56 60 return array(); 57 61 }
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)