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:
Andrea Fercia 2020-01-23 12:59:06 +00:00
parent c67b2c235a
commit 6b4368669d
2 changed files with 1 additions and 3 deletions

View File

@ -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.
*/

View File

@ -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.