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:
Sergey Biryukov 2024-06-25 12:45:18 +00:00
parent c8ea512ba4
commit e0a3dd8ee6
2 changed files with 6 additions and 7 deletions

View File

@ -1774,7 +1774,6 @@ function filter_block_kses_value( $value, $allowed_html, $allowed_protocols = ar
return $value;
}
/**
* Sanitizes the value of the Template Part block's `tagName` attribute.
*

View File

@ -16,7 +16,7 @@
*
* @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.