Make WordPress Core


Ignore:
Timestamp:
08/18/2023 05:27:16 PM (19 months ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections and improvements.

See #58833

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-navigation-fallback.php

    r56257 r56414  
    3232         * @since 6.3.0
    3333         *
    34          * @param bool Whether to create a fallback navigation menu. Default true.
     34         * @param bool $create Whether to create a fallback navigation menu. Default true.
    3535         */
    3636        $should_create_fallback = apply_filters( 'wp_navigation_should_create_fallback', true );
Note: See TracChangeset for help on using the changeset viewer.