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:
parent
483b75e682
commit
cc7ba27c37
|
@ -654,7 +654,6 @@ function _excerpt_render_inner_columns_blocks( $columns, $allowed_blocks ) {
|
||||||
*
|
*
|
||||||
* @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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue