Changeset 54873
- Timestamp:
- 11/24/2022 10:34:13 PM (22 months ago)
- Location:
- trunk/src/wp-includes/block-supports
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/colors.php
r54211 r54873 58 58 59 59 /** 60 * Add CSS classes and inline styles for colors to the incoming attributes array.60 * Adds CSS classes and inline styles for colors to the incoming attributes array. 61 61 * This will be applied to the block markup in the front-end. 62 62 * -
trunk/src/wp-includes/block-supports/custom-classname.php
r51246 r54873 32 32 33 33 /** 34 * Add the custom classnames to the output.34 * Adds the custom classnames to the output. 35 35 * 36 36 * @since 5.6.0 -
trunk/src/wp-includes/block-supports/duotone.php
r54101 r54873 498 498 499 499 /** 500 * Render out the duotone stylesheet and SVG.500 * Renders out the duotone stylesheet and SVG. 501 501 * 502 502 * @since 5.8.0 -
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. -
trunk/src/wp-includes/block-supports/generated-classname.php
r51246 r54873 8 8 9 9 /** 10 * Get the generated classname from a given block name.10 * Gets the generated classname from a given block name. 11 11 * 12 12 * @since 5.6.0 … … 40 40 41 41 /** 42 * Add the generated classnames to the output.42 * Adds the generated classnames to the output. 43 43 * 44 44 * @since 5.6.0 -
trunk/src/wp-includes/block-supports/spacing.php
r54211 r54873 34 34 35 35 /** 36 * Add CSS classes for block spacing to the incoming attributes array.36 * Adds CSS classes for block spacing to the incoming attributes array. 37 37 * This will be applied to the block markup in the front-end. 38 38 *
Note: See TracChangeset
for help on using the changeset viewer.