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

    r52069 r52302  
    4242 * @param WP_Block_Type $block_type       Block Type.
    4343 * @param array         $block_attributes Block attributes.
    44  *
    4544 * @return array Block spacing CSS classes and inline styles.
    4645 */
     
    8786 *
    8887 * @param WP_Block_Type $block_type Block type.
    89  *
    90  * @return boolean Whether to serialize spacing support styles & classes.
     88 * @return bool Whether to serialize spacing support styles & classes.
    9189 */
    9290function wp_skip_spacing_serialization( $block_type ) {
     
    105103 * @access private
    106104 *
    107  * @param  string $block_content Rendered block content.
    108  * @param  array  $block         Block object.
    109  * @return string                Filtered block content.
     105 * @param string $block_content Rendered block content.
     106 * @param array  $block         Block object.
     107 * @return string Filtered block content.
    110108 */
    111109function wp_render_spacing_gap_support( $block_content, $block ) {
Note: See TracChangeset for help on using the changeset viewer.