mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user