Changeset 43455 for branches/4.9/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 07/16/2018 01:51:08 PM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/admin-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 43376,43454
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-admin/includes/admin-filters.php
r43231 r43455 151 151 add_action( 'post_updated', array( 'WP_Privacy_Policy_Content', '_policy_page_updated' ) ); 152 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.