Changeset 56991 for trunk/src/wp-includes/class-wp-duotone.php
- Timestamp:
- 10/23/2023 11:37:55 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-duotone.php
r56709 r56991 1075 1075 */ 1076 1076 public static function render_duotone_support( $block_content, $block, $wp_block ) { 1077 if ( empty( $block_content ) ||! $block['blockName'] ) {1077 if ( ! $block['blockName'] ) { 1078 1078 return $block_content; 1079 1079 }
Note: See TracChangeset
for help on using the changeset viewer.