Make WordPress Core

Ticket #44063: 44063.patch

File 44063.patch, 516 bytes (added by azaozz, 7 years ago)
  • src/wp-admin/includes/misc.php

     
    14191419                        return;
    14201420                }
    14211421
    1422                 // Update the cache in case the user hasn't visited the policy guide.
    1423                 self::get_suggested_policy_text();
    1424 
    14251422                // Remove updated|removed status.
    14261423                $old = (array) get_post_meta( $policy_page_id, '_wp_suggested_privacy_policy_content' );
    14271424                $done = array();