Docs: Add a missing return type.
See #47110 git-svn-id: https://develop.svn.wordpress.org/trunk@45821 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4bb45c674a
commit
b675f56c4f
@ -181,7 +181,7 @@ class WP_Admin_Bar {
|
||||
* Gets a node.
|
||||
*
|
||||
* @param string $id
|
||||
* @return object Node.
|
||||
* @return object|void Node.
|
||||
*/
|
||||
final public function get_node( $id ) {
|
||||
$node = $this->_get_node( $id );
|
||||
|
Loading…
Reference in New Issue
Block a user