Privacy: add wp_page_for_privacy_policy to populate_options().

Props ocean90.
Merges [43267] to the 4.9 branch.
Fixes #44076.
Built from https://develop.svn.wordpress.org/branches/4.9@43268


git-svn-id: http://core.svn.wordpress.org/branches/4.9@43097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2018-05-14 17:02:26 +00:00
parent ca52f0f101
commit 0ffa2fc49b
2 changed files with 4 additions and 1 deletions

View File

@ -516,6 +516,9 @@ function populate_options() {
// 4.4.0
'medium_large_size_w' => 768,
'medium_large_size_h' => 0,
// 4.9.6
'wp_page_for_privacy_policy' => 0,
);
// 3.3

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9.6-RC1-43266';
$wp_version = '4.9.6-RC1-43268';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.