From 67f246b9b0f245661a4b9b125096b4c3dfe55997 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Thu, 23 Jan 2020 12:57:41 +0000 Subject: [PATCH] Toolbar: Remove leftover `@since` notations after [46678]. See #19647. git-svn-id: https://develop.svn.wordpress.org/trunk@47108 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-admin-bar.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-includes/class-wp-admin-bar.php b/src/wp-includes/class-wp-admin-bar.php index 69021f527b..4a4cfc3bb4 100644 --- a/src/wp-includes/class-wp-admin-bar.php +++ b/src/wp-includes/class-wp-admin-bar.php @@ -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. */