Changeset 54873 for trunk/src/wp-includes/block-supports/elements.php
- Timestamp:
- 11/24/2022 10:34:13 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-supports/elements.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/elements.php
r54211 r54873 8 8 9 9 /** 10 * Get the elements class names.10 * Gets the elements class names. 11 11 * 12 12 * @since 6.0.0 … … 21 21 22 22 /** 23 * Update the block content with elements class names.23 * Updates the block content with elements class names. 24 24 * 25 25 * @since 5.8.0 … … 83 83 84 84 /** 85 * Render the elements stylesheet.85 * Renders the elements stylesheet. 86 86 * 87 87 * In the case of nested blocks we want the parent element styles to be rendered before their descendants.
Note: See TracChangeset
for help on using the changeset viewer.