From d81a852b48f1b731018017bf85ea44e2f9790c85 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Mar 2016 08:55:06 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@36823 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index 5efe6179bb..141d49f41e 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/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. */