Make WordPress Core

Changeset 53859


Ignore:
Timestamp:
08/08/2022 08:31:03 AM (2 years ago)
Author:
audrasjb
Message:

Docs: Various docblock fixes in wp-includes/blocks.php, as per docs standards.

See #55646.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks.php

    r53858 r53859  
    804804
    805805/**
    806  * Render inner blocks from the allowed wrapper blocks
     806 * Renders inner blocks from the allowed wrapper blocks
    807807 * for generating an excerpt.
    808808 *
     
    837837 * @since 5.0.0
    838838 *
    839  * @global WP_Post  $post    The post to edit.
     839 * @global WP_Post $post The post to edit.
    840840 *
    841841 * @param array $parsed_block A single parsed block object.
     
    916916function parse_blocks( $content ) {
    917917    /**
    918      * Filter to allow plugins to replace the server-side block parser
     918     * Filter to allow plugins to replace the server-side block parser.
    919919     *
    920920     * @since 5.0.0
     
    12071207 *
    12081208 * @param WP_Block $block   Block instance.
    1209  * @param boolean  $is_next Flag for handling `next/previous` blocks.
    1210  *
     1209 * @param bool     $is_next Flag for handling `next/previous` blocks.
    12111210 * @return string|null The pagination arrow HTML or null if there is none.
    12121211 */
Note: See TracChangeset for help on using the changeset viewer.