Changeset 43223 for trunk/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 05/10/2018 07:51:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin-filters.php
r43185 r43223 139 139 140 140 // Privacy policy text changes check. 141 add_action( 'admin_init', array( 'WP_Privacy_Policy_Content', 'text_change_check' ), 20 );141 add_action( 'admin_init', array( 'WP_Privacy_Policy_Content', 'text_change_check' ), 100 ); 142 142 143 143 // Show a "postbox" with the text suggestions for a privacy policy. … … 147 147 add_action( 'admin_init', array( 'WP_Privacy_Policy_Content', 'add_suggested_content' ), 1 ); 148 148 149 // Stop checking for text changes afterthe policy page is updated.149 // Update the cached policy info when the policy page is updated. 150 150 add_action( 'post_updated', array( 'WP_Privacy_Policy_Content', '_policy_page_updated' ) );
Note: See TracChangeset
for help on using the changeset viewer.