Changeset 42980 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 04/16/2018 08:52:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r42888 r42980 553 553 add_filter( 'user_has_cap', 'wp_maybe_grant_install_languages_cap', 1 ); 554 554 555 // Trigger the check for policy text changes after active plugins change. 556 add_action( 'update_site_option_active_sitewide_plugins', '_wp_privacy_active_plugins_change' ); 557 add_action( 'update_option_active_plugins', '_wp_privacy_active_plugins_change' ); 558 555 559 unset( $filter, $action );
Note: See TracChangeset
for help on using the changeset viewer.