diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index af4861e993..52c31f23f9 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -2777,6 +2777,8 @@ function parent_post_rel_link( $title = '%title' ) { * * @since 3.2.0 * @deprecated 3.3.0 + * + * @param WP_Admin_Bar $wp_admin_bar WP_Admin_Bar instance. */ function wp_admin_bar_dashboard_view_site_menu( $wp_admin_bar ) { _deprecated_function( __FUNCTION__, '3.3' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index a679fec137..91b321f4bf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta1-36753'; +$wp_version = '4.5-beta1-36754'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.