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