From bf937da2f6e63e22ea5a4d68d9db4f0cc9c62beb Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 28 Feb 2016 18:17:16 +0000 Subject: [PATCH] Docs: Add missing documentation for the `$wp_admin_bar` parameter in the DocBlock for the deprecated `wp_admin_bar_dashboard_view_site_menu()`. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36754 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/deprecated.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/deprecated.php b/src/wp-includes/deprecated.php index af4861e993..52c31f23f9 100644 --- a/src/wp-includes/deprecated.php +++ b/src/wp-includes/deprecated.php @@ -2777,6 +2777,8 @@ function parent_post_rel_link( $title = '%title' ) { * * @since 3.2.0 * @deprecated 3.3.0 + * + * @param WP_Admin_Bar $wp_admin_bar WP_Admin_Bar instance. */ function wp_admin_bar_dashboard_view_site_menu( $wp_admin_bar ) { _deprecated_function( __FUNCTION__, '3.3' );