Changeset 52302 for trunk/src/wp-includes/block-supports/align.php
- Timestamp:
- 12/01/2021 11:14:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/align.php
r51246 r52302 32 32 33 33 /** 34 * Add CSS classes for block alignment to the incoming attributes array.34 * Adds CSS classes for block alignment to the incoming attributes array. 35 35 * This will be applied to the block markup in the front-end. 36 36 * … … 40 40 * @param WP_Block_Type $block_type Block Type. 41 41 * @param array $block_attributes Block attributes. 42 *43 42 * @return array Block alignment CSS classes and inline styles. 44 43 */
Note: See TracChangeset
for help on using the changeset viewer.