Changeset 2163 for sites/trunk/common/includes/wporg-sso/wp-plugin.php
- Timestamp:
- 12/04/2015 08:06:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/wp-plugin.php
r2159 r2163 20 20 if ( $this->has_host() ) { 21 21 add_action( 'init', array( &$this, 'redirect_all_login_or_signup_to_sso' ) ); 22 // De-hooking the password change notification, too high volume on wp.org, for no admin value. 23 remove_action( 'after_password_reset', 'wp_password_change_notification' ); 22 24 } 23 25 }
Note: See TracChangeset
for help on using the changeset viewer.