Changeset 53012 for trunk/src/wp-includes/block-supports/elements.php
- Timestamp:
- 03/29/2022 01:04:24 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-supports/elements.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/elements.php
r52743 r53012 37 37 } 38 38 39 $class_name = 'wp-elements-' . uniqid();39 $class_name = wp_unique_id( 'wp-elements-' ); 40 40 41 41 if ( strpos( $link_color, 'var:preset|color|' ) !== false ) {
Note: See TracChangeset
for help on using the changeset viewer.