Changeset 44291 for trunk/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 12/18/2018 04:13:59 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43920
- Property svn:mergeinfo changed
-
trunk/src/wp-admin/includes/admin-filters.php
r44275 r44291 147 147 148 148 // Show a "postbox" with the text suggestions for a privacy policy. 149 add_action( ' edit_form_after_title', array( 'WP_Privacy_Policy_Content', 'notice' ) );149 add_action( 'admin_notices', array( 'WP_Privacy_Policy_Content', 'notice' ) ); 150 150 151 151 // Add the suggested policy text from WordPress.
Note: See TracChangeset
for help on using the changeset viewer.