Changeset 43071 for branches/4.9/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 05/01/2018 11:41:37 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/admin-filters.php
r41741 r43071 45 45 add_action( 'admin_head', 'wp_site_icon' ); 46 46 add_action( 'admin_head', '_ipad_meta' ); 47 48 // Privacy tools 49 add_action( 'account_action_failed', '_wp_privacy_account_request_failed' ); 50 add_action( 'admin_menu', '_wp_privacy_hook_requests_page' ); 47 51 48 52 // Prerendering.
Note: See TracChangeset
for help on using the changeset viewer.