Changeset 43920 for branches/5.0/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 11/21/2018 04:17:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/includes/admin-filters.php
r43487 r43920 145 145 146 146 // Show a "postbox" with the text suggestions for a privacy policy. 147 add_action( ' edit_form_after_title', array( 'WP_Privacy_Policy_Content', 'notice' ) );147 add_action( 'admin_notices', array( 'WP_Privacy_Policy_Content', 'notice' ) ); 148 148 149 149 // Add the suggested policy text from WordPress.
Note: See TracChangeset
for help on using the changeset viewer.