Changeset 43225 for branches/4.9/src/wp-includes/default-filters.php
- Timestamp:
- 05/10/2018 08:07:11 PM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/default-filters.php
r43215 r43225 536 536 add_filter( 'user_has_cap', 'wp_maybe_grant_install_languages_cap', 1 ); 537 537 538 // Trigger the check for policy text changes after active plugins change.539 add_action( 'update_site_option_active_sitewide_plugins', '_wp_privacy_active_plugins_change' );540 add_action( 'update_option_active_plugins', '_wp_privacy_active_plugins_change' );541 542 538 unset( $filter, $action );
Note: See TracChangeset
for help on using the changeset viewer.