Docs: Add missing deprecation, introduction, and summary information to the DocBlock for `WP_Admin_Bar::recursive_render()`.
Props coffee2code. Fixes #40840. Built from https://develop.svn.wordpress.org/trunk@40947 git-svn-id: http://core.svn.wordpress.org/trunk@40797 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3a3e133aaf
commit
97ef1ca74b
|
@ -556,6 +556,13 @@ class WP_Admin_Bar {
|
|||
}
|
||||
|
||||
/**
|
||||
* Renders toolbar items recursively.
|
||||
*
|
||||
* @since 3.1.0
|
||||
* @deprecated 3.3.0 Use WP_Admin_Bar::_render_item() or WP_Admin_bar::render() instead.
|
||||
* @see WP_Admin_Bar::_render_item()
|
||||
* @see WP_Admin_Bar::render()
|
||||
*
|
||||
* @param string $id Unused.
|
||||
* @param object $node
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-40946';
|
||||
$wp_version = '4.9-alpha-40947';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue