Changeset 56709 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 09/26/2023 01:45:23 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r56704 r56709 1637 1637 1638 1638 foreach ( $typography_keys as $typography_key ) { 1639 $support_for_key = _wp_array_get( $metadata['supports'], array( $typography_key ), null );1639 $support_for_key = isset( $metadata['supports'][ $typography_key ] ) ? $metadata['supports'][ $typography_key ] : null; 1640 1640 1641 1641 if ( null !== $support_for_key ) {
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)