Make WordPress Core

Changeset 43273


Ignore:
Timestamp:
05/15/2018 03:51:07 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Privacy: only remove the "Suggested text has changed" bubble when an admin visits the Privacy Policy Guide screen.

Props azaozz.
Merges [43269] to the 4.9 branch.
Fixes #44063.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/includes/misc.php

    r43266 r43273  
    13751375        }
    13761376
    1377         // Update the cache in case the user hasn't visited the policy guide.
    1378         self::get_suggested_policy_text();
    1379 
    13801377        // Remove updated|removed status.
    13811378        $old = (array) get_post_meta( $policy_page_id, '_wp_suggested_privacy_policy_content' );
Note: See TracChangeset for help on using the changeset viewer.