Docs: Docblock corrections in _disable_block_editor_for_navigation_post_type().

Follow-up to [52145].

See #53399.

Built from https://develop.svn.wordpress.org/trunk@52298


git-svn-id: http://core.svn.wordpress.org/trunk@51890 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2021-12-01 11:41:59 +00:00
parent 980ea5611a
commit 15d7d368f3
2 changed files with 2 additions and 3 deletions

View File

@ -2465,8 +2465,7 @@ function the_block_editor_meta_box_post_form_hidden_fields( $post ) {
*
* @param bool $value Whether the CPT supports block editor or not.
* @param string $post_type Post type.
*
* @return bool
* @return bool Whether the block editor should be disabled or not.
*/
function _disable_block_editor_for_navigation_post_type( $value, $post_type ) {
if ( 'wp_navigation' === $post_type ) {

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-beta1-52297';
$wp_version = '5.9-beta1-52298';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.