mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 12:50:18 +01:00
Toolbar: Remove leftover @since
notations after [46678].
See #19647. Built from https://develop.svn.wordpress.org/trunk@47108 git-svn-id: http://core.svn.wordpress.org/trunk@46908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c67b2c235a
commit
6b4368669d
@ -85,7 +85,6 @@ class WP_Admin_Bar {
|
||||
* Add a node (menu item) to the Admin Bar menu.
|
||||
*
|
||||
* @since 3.3.0
|
||||
* @since 5.4.0 Deprecated in favor of {@see WP_Admin_Bar::add_node()}.
|
||||
*
|
||||
* @param array $node The attributes that define the node.
|
||||
*/
|
||||
@ -97,7 +96,6 @@ class WP_Admin_Bar {
|
||||
* Remove a node from the admin bar.
|
||||
*
|
||||
* @since 3.1.0
|
||||
* @since 5.4.0 Deprecated in favor of {@see WP_Admin_Bar::remove_node()}.
|
||||
*
|
||||
* @param string $id The menu slug to remove.
|
||||
*/
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-alpha-47107';
|
||||
$wp_version = '5.4-alpha-47108';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user