Make WordPress Core

Changeset 45821


Ignore:
Timestamp:
08/16/2019 07:34:31 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Add a missing return type.

See #47110

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-admin-bar.php

    r45590 r45821  
    182182         *
    183183         * @param string $id
    184          * @return object Node.
     184         * @return object|void Node.
    185185         */
    186186        final public function get_node( $id ) {
Note: See TracChangeset for help on using the changeset viewer.