Changeset 2150 for sites/trunk/common/includes/wporg-sso/gp-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/gp-plugin.php
r2098 r2150 12 12 function __construct() { 13 13 parent::__construct(); 14 14 15 // Load SSO lib 15 16 $this->instantiate_sso(); 16 // Actions 17 $this->add_action( 'init' ); 18 // Filters 19 $this->add_filter( 'gp_url', array( 'args' => 3 ) ); 17 18 if ( $this->sso_obj->has_host() ) { 19 // Actions 20 $this->add_action( 'init' ); 21 // Filters 22 $this->add_filter( 'gp_url', array( 'args' => 3 ) ); 23 } 20 24 } 21 25
Note: See TracChangeset
for help on using the changeset viewer.