Changeset 43092 for branches/4.9/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 05/02/2018 02:15:05 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 43012,43089
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-admin/includes/admin-filters.php
r43083 r43092 132 132 add_action( 'upgrader_process_complete', 'wp_update_plugins', 10, 0 ); 133 133 add_action( 'upgrader_process_complete', 'wp_update_themes', 10, 0 ); 134 135 // Privacy hooks 136 add_filter( 'wp_privacy_personal_data_export_page', 'wp_privacy_process_personal_data_export_page', 10, 6 ); 137 add_action( 'wp_privacy_personal_data_export_file', 'wp_privacy_generate_personal_data_export_file', 10 );
Note: See TracChangeset
for help on using the changeset viewer.