mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Miscellaneous docblock corrections and improvements.
See #58833 git-svn-id: https://develop.svn.wordpress.org/trunk@56414 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -31,7 +31,7 @@ class WP_Navigation_Fallback {
|
||||
*
|
||||
* @since 6.3.0
|
||||
*
|
||||
* @param bool Whether to create a fallback navigation menu. Default true.
|
||||
* @param bool $create Whether to create a fallback navigation menu. Default true.
|
||||
*/
|
||||
$should_create_fallback = apply_filters( 'wp_navigation_should_create_fallback', true );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user