Changeset 43204 for branches/4.9/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 05/09/2018 08:59:13 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 43184,43203
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-admin/includes/admin-filters.php
r43188 r43204 142 142 143 143 // Show a "postbox" with the text suggestions for a privacy policy. 144 add_action( 'edit_form_after_title', array( 'WP_Privacy_Policy_Content', ' privacy_policy_postbox' ) );144 add_action( 'edit_form_after_title', array( 'WP_Privacy_Policy_Content', 'notice' ) ); 145 145 146 146 // Add the suggested policy text from WordPress. 147 add_action( 'admin_init', array( 'WP_Privacy_Policy_Content', 'add_suggested_content' ), 1 5);147 add_action( 'admin_init', array( 'WP_Privacy_Policy_Content', 'add_suggested_content' ), 1 ); 148 148 149 149 // Stop checking for text changes after the policy page is updated.
Note: See TracChangeset
for help on using the changeset viewer.