Privacy: Change `@since` entry for `_wp_privacy_settings_filter_draft_page_titles()` added in [43376] to 4.9.8.

See #44100.
Built from https://develop.svn.wordpress.org/trunk@43454


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

View File

@ -1275,7 +1275,7 @@ All at ###SITENAME###
* Appends '(Draft)' to draft page titles in the privacy page dropdown
* so that unpublished content is obvious.
*
* @since 4.9.7
* @since 4.9.8
* @access private
*
* @param string $title Page title.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43451';
$wp_version = '5.0-alpha-43454';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.