Make WordPress Core


Ignore:
Timestamp:
12/01/2021 11:14:22 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Miscellaneous Docblock corrections in several /block-supports files.

See #53399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-supports/align.php

    r51246 r52302  
    3232
    3333/**
    34  * Add CSS classes for block alignment to the incoming attributes array.
     34 * Adds CSS classes for block alignment to the incoming attributes array.
    3535 * This will be applied to the block markup in the front-end.
    3636 *
     
    4040 * @param WP_Block_Type $block_type       Block Type.
    4141 * @param array         $block_attributes Block attributes.
    42  *
    4342 * @return array Block alignment CSS classes and inline styles.
    4443 */
Note: See TracChangeset for help on using the changeset viewer.