Docs: Correct DocBlock formatting for `render_block()`.

Follow-up to [49310].

See #51606.
Built from https://develop.svn.wordpress.org/trunk@49312


git-svn-id: http://core.svn.wordpress.org/trunk@49074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-10-26 21:55:10 +00:00
parent 483b75e682
commit cc7ba27c37
3 changed files with 4 additions and 5 deletions

View File

@ -652,9 +652,8 @@ function _excerpt_render_inner_columns_blocks( $columns, $allowed_blocks ) {
* *
* @since 5.0.0 * @since 5.0.0
* *
* @global WP_Post $post The post to edit. * @global WP_Post $post The post to edit.
* @global WP_Query $wp_query WordPress Query object. * @global WP_Query $wp_query WordPress Query object.
* @global WP_Query $wp_query WordPress Query object.
* *
* @param array $parsed_block A single parsed block object. * @param array $parsed_block A single parsed block object.
* @return string String of rendered HTML. * @return string String of rendered HTML.

View File

@ -88,7 +88,7 @@ class WP_Block_Supports {
* *
* @since 5.6.0 * @since 5.6.0
* *
* @return array Array of HTML attributes. * @return array Array of HTML attributes.
*/ */
public function apply_block_supports() { public function apply_block_supports() {
$block_attributes = self::$block_to_render['attrs']; $block_attributes = self::$block_to_render['attrs'];

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.6-beta1-49311'; $wp_version = '5.6-beta1-49312';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.