Changeset 56181
- Timestamp:
- 07/09/2023 10:15:41 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r56179 r56181 3552 3552 * If the block selector is compounded, will append the element to each 3553 3553 * individual block selector. 3554 * $block_selectors = explode( ',', $root_selector );3555 * $element_selectors = array();3556 3554 */ 3555 $block_selectors = explode( ',', $root_selector ); 3556 $element_selectors = array(); 3557 3557 foreach ( static::ELEMENTS as $el_name => $el_selector ) { 3558 3558 $element_selector = array();
Note: See TracChangeset
for help on using the changeset viewer.