mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
Docs: Improve the DocBlock summary and add a missing initial @since
version for WP_Admin_Bar::add_node()
.
See #32246. See #35986. Built from https://develop.svn.wordpress.org/trunk@36833 git-svn-id: http://core.svn.wordpress.org/trunk@36800 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dd82fc5ae5
commit
2802e067a1
@ -96,9 +96,11 @@ class WP_Admin_Bar {
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a node to the menu.
|
||||
* Adds a node to the menu.
|
||||
*
|
||||
* @since 3.1.0
|
||||
* @since 4.5.0 Added the ability to pass 'lang' and 'dir' meta data.
|
||||
* @access public
|
||||
*
|
||||
* @param array $args {
|
||||
* Arguments for adding a node.
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-beta2-36832';
|
||||
$wp_version = '4.5-beta2-36833';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user