Make WordPress Core


Ignore:
Timestamp:
12/01/2021 11:14:22 PM (2 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/layout.php

    r52161 r52302  
    3636 * @access private
    3737 *
    38  * @param string  $selector CSS selector.
    39  * @param array   $layout   Layout object. The one that is passed has already checked the existance of default block layout.
    40  * @param boolean $has_block_gap_support Whether the theme has support for the block gap.
    41  *
     38 * @param string $selector              CSS selector.
     39 * @param array  $layout                Layout object. The one that is passed has already checked
     40 *                                      the existance of default block layout.
     41 * @param bool   $has_block_gap_support Whether the theme has support for the block gap.
    4242 * @return string CSS style.
    4343 */
     
    217217 * @param string $block_content Rendered block content.
    218218 * @param array  $block         Block object.
    219  *
    220219 * @return string Filtered block content.
    221220 */
Note: See TracChangeset for help on using the changeset viewer.