Changeset 56680 for trunk/src/wp-includes/block-supports/elements.php
- Timestamp:
- 09/25/2023 03:34:34 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/elements.php
r56604 r56680 99 99 foreach ( $element_config['paths'] as $path ) { 100 100 if ( null !== _wp_array_get( $block['attrs'], explode( '.', $path ), null ) ) { 101 $element_colors_set++;101 ++$element_colors_set; 102 102 } 103 103 }
Note: See TracChangeset
for help on using the changeset viewer.