Privacy: Change `@since` entry for `user_request_confirmed_email_subject` filter added in [43373] to 4.9.8.

See #44382.
Built from https://develop.svn.wordpress.org/trunk@43451


git-svn-id: http://core.svn.wordpress.org/trunk@43278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-07-16 12:12:25 +00:00
parent 26ca877782
commit 357a663899
2 changed files with 2 additions and 2 deletions

View File

@ -3061,7 +3061,7 @@ All at ###SITENAME###
/** /**
* Filters the subject of the user request confirmation email. * Filters the subject of the user request confirmation email.
* *
* @since 4.9.7 * @since 4.9.8
* *
* @param string $subject The email subject. * @param string $subject The email subject.
* @param string $sitename The name of the site. * @param string $sitename The name of the site.

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.0-alpha-43447'; $wp_version = '5.0-alpha-43451';
/** /**
* 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.