From 1d46178afdc8eaeb27ee6675619e94512a6f323d 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: http://core.svn.wordpress.org/trunk@21608 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 );