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:
parent
357a663899
commit
4faf05ca6a
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue