Docs: Correct DocBlock formatting in `wp-includes/blocks.php`.
Follow-up to [58471]. Props david.binda, narenin, sabernhardt, shital-patel, SergeyBiryukov. Fixes #61493. Built from https://develop.svn.wordpress.org/trunk@58561 git-svn-id: http://core.svn.wordpress.org/trunk@58009 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c8ea512ba4
commit
e0a3dd8ee6
|
@ -1774,7 +1774,6 @@ function filter_block_kses_value( $value, $allowed_html, $allowed_protocols = ar
|
||||||
return $value;
|
return $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sanitizes the value of the Template Part block's `tagName` attribute.
|
* Sanitizes the value of the Template Part block's `tagName` attribute.
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.6-beta4-58560';
|
$wp_version = '6.6-beta4-58561';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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