mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
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:
parent
ca52f0f101
commit
0ffa2fc49b
@ -516,6 +516,9 @@ function populate_options() {
|
|||||||
// 4.4.0
|
// 4.4.0
|
||||||
'medium_large_size_w' => 768,
|
'medium_large_size_w' => 768,
|
||||||
'medium_large_size_h' => 0,
|
'medium_large_size_h' => 0,
|
||||||
|
|
||||||
|
// 4.9.6
|
||||||
|
'wp_page_for_privacy_policy' => 0,
|
||||||
);
|
);
|
||||||
|
|
||||||
// 3.3
|
// 3.3
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user