Changeset 2150 for sites/trunk/common/includes/wporg-sso/wp-plugin.php
- Timestamp:
- 12/03/2015 03:14:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/wp-plugin.php
r2135 r2150 18 18 parent::__construct(); 19 19 20 add_action( 'init', array( &$this, 'redirect_all_login_or_signup_to_sso' ) ); 20 if ( $this->has_host() ) { 21 add_action( 'init', array( &$this, 'redirect_all_login_or_signup_to_sso' ) ); 22 } 21 23 } 22 24
Note: See TracChangeset
for help on using the changeset viewer.