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
This commit is contained in:
parent
dc3801d2ac
commit
1d46178afd
|
@ -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