Changeset 43376 for trunk/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 06/19/2018 12:11:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin-filters.php
r43230 r43376 150 150 // Update the cached policy info when the policy page is updated. 151 151 add_action( 'post_updated', array( 'WP_Privacy_Policy_Content', '_policy_page_updated' ) ); 152 153 // Append '(Draft)' to draft page titles in the privacy page dropdown. 154 add_filter( 'list_pages', '_wp_privacy_settings_filter_draft_page_titles', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.