Ticket #44063: 44063.patch
File 44063.patch, 516 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/includes/misc.php
1419 1419 return; 1420 1420 } 1421 1421 1422 // Update the cache in case the user hasn't visited the policy guide.1423 self::get_suggested_policy_text();1424 1425 1422 // Remove updated|removed status. 1426 1423 $old = (array) get_post_meta( $policy_page_id, '_wp_suggested_privacy_policy_content' ); 1427 1424 $done = array();