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
This commit is contained in:
Andrew Nacin 2012-08-24 17:34:52 +00:00
parent 9826917f39
commit a7111de3b5
1 changed files with 1 additions and 1 deletions

View File

@ -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 );