diff --git a/wp-includes/class-wp-admin-bar.php b/wp-includes/class-wp-admin-bar.php index 69021f527b..4a4cfc3bb4 100644 --- a/wp-includes/class-wp-admin-bar.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 22c3d2aecc..cecfdcb27e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.