Changeset 43101 for branches/4.9/src/wp-includes/default-filters.php
- Timestamp:
- 05/02/2018 02:58:12 AM (5 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/default-filters.php
r43095 r43101 533 533 add_filter( 'user_has_cap', 'wp_maybe_grant_install_languages_cap', 1 ); 534 534 535 // Trigger the check for policy text changes after active plugins change. 536 add_action( 'update_site_option_active_sitewide_plugins', '_wp_privacy_active_plugins_change' ); 537 add_action( 'update_option_active_plugins', '_wp_privacy_active_plugins_change' ); 538 535 539 unset( $filter, $action );
Note: See TracChangeset
for help on using the changeset viewer.