Make WordPress Core

Changeset 36833


Ignore:
Timestamp:
03/03/2016 03:57:46 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Improve the DocBlock summary and add a missing initial @since version for WP_Admin_Bar::add_node().

See #32246. See #35986.

File:
1 edited

Legend:

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

    r35795 r36833  
    9797
    9898    /**
    99      * Add a node to the menu.
    100      *
     99     * Adds a node to the menu.
     100     *
     101     * @since 3.1.0
    101102     * @since 4.5.0 Added the ability to pass 'lang' and 'dir' meta data.
     103     * @access public
    102104     *
    103105     * @param array $args {
Note: See TracChangeset for help on using the changeset viewer.