diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 5efe6179bb..141d49f41e 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -309,7 +309,7 @@ function wp_dashboard_right_now() { * Prior to 3.8.0, the widget was named 'Right Now'. * * @since 3.0.0 - * @since 4.5.0 No title attribute output by default. + * @since 4.5.0 The default for `$title` was updated to an empty string. * * @param string $title Default attribute text. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index a56d1aa315..bc85852177 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta2-36822'; +$wp_version = '4.5-beta2-36823'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.