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/border.php

    r52069 r52302  
    4848 * @param WP_Block_Type $block_type       Block type.
    4949 * @param array         $block_attributes Block attributes.
    50  *
    5150 * @return array Border CSS classes and inline styles.
    5251 */
     
    146145 *
    147146 * @param WP_Block_Type $block_type Block type.
    148  *
    149  * @return bool
     147 * @return bool Whether serialization of the current block's border properties
     148 *              should occur.
    150149 */
    151150function wp_skip_border_serialization( $block_type ) {
Note: See TracChangeset for help on using the changeset viewer.