Make WordPress Core

Changeset 52298


Ignore:
Timestamp:
12/01/2021 11:40:08 AM (18 months ago)
Author:
audrasjb
Message:

Docs: Docblock corrections in _disable_block_editor_for_navigation_post_type().

Follow-up to [52145].

See #53399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r52251 r52298  
    24662466 * @param bool   $value Whether the CPT supports block editor or not.
    24672467 * @param string $post_type Post type.
    2468  *
    2469  * @return bool
     2468 * @return bool Whether the block editor should be disabled or not.
    24702469 */
    24712470function _disable_block_editor_for_navigation_post_type( $value, $post_type ) {
Note: See TracChangeset for help on using the changeset viewer.