Toolbar: Remove leftover @since notations after [46678].

See #19647.


git-svn-id: https://develop.svn.wordpress.org/trunk@47108 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2020-01-23 12:57:41 +00:00
parent e7303345ae
commit 67f246b9b0

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