Make WordPress Core

Changeset 49312


Ignore:
Timestamp:
10/26/2020 09:53:43 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct DocBlock formatting for render_block().

Follow-up to [49310].

See #51606.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r49310 r49312  
    653653 * @since 5.0.0
    654654 *
    655  * @global WP_Post  $post                 The post to edit.
    656  * @global WP_Query $wp_query             WordPress Query object.
    657  * @global WP_Query $wp_query             WordPress Query object.
     655 * @global WP_Post  $post     The post to edit.
     656 * @global WP_Query $wp_query WordPress Query object.
    658657 *
    659658 * @param array $parsed_block A single parsed block object.
  • trunk/src/wp-includes/class-wp-block-supports.php

    r49311 r49312  
    8989     * @since 5.6.0
    9090     *
    91      * @return array               Array of HTML attributes.
     91     * @return array Array of HTML attributes.
    9292     */
    9393    public function apply_block_supports() {
Note: See TracChangeset for help on using the changeset viewer.