Changeset 42982
- Timestamp:
- 04/16/2018 10:13:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r42981 r42982 309 309 310 310 // Privacy Policy page 311 if ( class_exists( 'WP_Privacy_Policy_Content' ) ) {311 if ( ! class_exists( 'WP_Privacy_Policy_Content' ) ) { 312 312 include_once( ABSPATH . 'wp-admin/includes/misc.php' ); 313 313 } 314 314 315 315 $privacy_policy_content = WP_Privacy_Policy_Content::get_default_content(); 316 317 316 $privacy_policy_guid = get_option( 'home' ) . '/?page_id=3'; 317 318 318 $wpdb->insert( 319 319 $wpdb->posts, array(
Note: See TracChangeset
for help on using the changeset viewer.