diff --git a/wp-includes/class-wp-admin-bar.php b/wp-includes/class-wp-admin-bar.php index 2fa31352a0..b89c6542dd 100644 --- a/wp-includes/class-wp-admin-bar.php +++ b/wp-includes/class-wp-admin-bar.php @@ -96,9 +96,11 @@ class WP_Admin_Bar { } /** - * Add a node to the menu. + * Adds a node to the menu. * + * @since 3.1.0 * @since 4.5.0 Added the ability to pass 'lang' and 'dir' meta data. + * @access public * * @param array $args { * Arguments for adding a node. diff --git a/wp-includes/version.php b/wp-includes/version.php index 5d630a336f..b63a602fe4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta2-36832'; +$wp_version = '4.5-beta2-36833'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.