From 5c8a9e68b63d21517d4654f601fc565fc30da2e4 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Mar 2016 08:56:26 +0000 Subject: [PATCH] Docs: Add a more descriptive changelog entry to the hook doc for the `privacy_on_link_title` filter. See #35049. See #35986. Built from https://develop.svn.wordpress.org/trunk@36823 git-svn-id: http://core.svn.wordpress.org/trunk@36790 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/dashboard.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.