Changeset 43223 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 05/10/2018 07:51:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r43211 r43223 563 563 add_filter( 'user_has_cap', 'wp_maybe_grant_install_languages_cap', 1 ); 564 564 565 // Trigger the check for policy text changes after active plugins change.566 add_action( 'update_site_option_active_sitewide_plugins', '_wp_privacy_active_plugins_change' );567 add_action( 'update_option_active_plugins', '_wp_privacy_active_plugins_change' );568 569 565 unset( $filter, $action );
Note: See TracChangeset
for help on using the changeset viewer.