From a7111de3b5bf069e6670c8520900a4b3b3b0b2f4 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 24 Aug 2012 17:34:52 +0000 Subject: [PATCH] Remove the @return for WP_Admin_Bar::remove_node(). props scribu. fixes #20906. git-svn-id: https://develop.svn.wordpress.org/trunk@21608 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/class-wp-admin-bar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-wp-admin-bar.php b/wp-includes/class-wp-admin-bar.php index 486c90cb88..fe3b1f0367 100644 --- a/wp-includes/class-wp-admin-bar.php +++ b/wp-includes/class-wp-admin-bar.php @@ -192,7 +192,7 @@ class WP_Admin_Bar { /** * Remove a node. * - * @return object The removed node. + * @param string The ID of the item. */ public function remove_node( $id ) { $this->_unset_node( $id );