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:
parent
9826917f39
commit
a7111de3b5
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user