mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 10:59:07 +01:00
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
This commit is contained in:
parent
08e7c845cc
commit
5c8a9e68b6
@ -309,7 +309,7 @@ function wp_dashboard_right_now() {
|
|||||||
* Prior to 3.8.0, the widget was named 'Right Now'.
|
* Prior to 3.8.0, the widget was named 'Right Now'.
|
||||||
*
|
*
|
||||||
* @since 3.0.0
|
* @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.
|
* @param string $title Default attribute text.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user