mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user