Changeset 61671 for trunk/src/wp-includes/block-supports/aria-label.php
- Timestamp:
- 02/18/2026 06:11:15 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/aria-label.php
r59925 r61671 50 50 51 51 $has_aria_label_support = block_has_support( $block_type, array( 'ariaLabel' ), false ); 52 if ( ! $has_aria_label_support ) { 52 if ( 53 ! $has_aria_label_support || 54 wp_should_skip_block_supports_serialization( $block_type, 'ariaLabel' ) 55 ) { 53 56 return array(); 54 57 }
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)