diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 349acfacd0..410ee1dd0c 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -132,7 +132,9 @@ function wp_dashboard_setup() { /** * Adds a new dashboard widget. * - * @global array $wp_dashboard_control_callbacks + * @since 2.7.0 + * + * @global array $wp_dashboard_control_callbacks * * @param string $widget_id Widget ID (used in the 'id' attribute for the widget). * @param string $widget_name Title of the widget. diff --git a/wp-includes/version.php b/wp-includes/version.php index 2e4e1e36e3..6f29dcc241 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta2-36877'; +$wp_version = '4.5-beta2-36878'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.