Docs: Remove unused `@global` reference in `do_blocks()` DocBlock.
Props avinapatel. Fixes #47055. Built from https://develop.svn.wordpress.org/trunk@45393 git-svn-id: http://core.svn.wordpress.org/trunk@45204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7cadbb50bf
commit
68fd25ff1a
|
@ -301,9 +301,8 @@ function parse_blocks( $content ) {
|
||||||
* Parses dynamic blocks out of `post_content` and re-renders them.
|
* Parses dynamic blocks out of `post_content` and re-renders them.
|
||||||
*
|
*
|
||||||
* @since 5.0.0
|
* @since 5.0.0
|
||||||
* @global WP_Post $post The post to edit.
|
|
||||||
*
|
*
|
||||||
* @param string $content Post content.
|
* @param string $content Post content.
|
||||||
* @return string Updated post content.
|
* @return string Updated post content.
|
||||||
*/
|
*/
|
||||||
function do_blocks( $content ) {
|
function do_blocks( $content ) {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-alpha-45392';
|
$wp_version = '5.3-alpha-45393';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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