Changeset 43184 for trunk/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 05/08/2018 11:44:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin-filters.php
r43154 r43184 141 141 142 142 // Show a "postbox" with the text suggestions for a privacy policy. 143 add_action( 'edit_form_after_title', array( 'WP_Privacy_Policy_Content', ' privacy_policy_postbox' ) );143 add_action( 'edit_form_after_title', array( 'WP_Privacy_Policy_Content', 'notice' ) ); 144 144 145 145 // Add the suggested policy text from WordPress. 146 add_action( 'admin_init', array( 'WP_Privacy_Policy_Content', 'add_suggested_content' ), 1 5);146 add_action( 'admin_init', array( 'WP_Privacy_Policy_Content', 'add_suggested_content' ), 1 ); 147 147 148 148 // Stop checking for text changes after the policy page is updated.
Note: See TracChangeset
for help on using the changeset viewer.