- Timestamp:
- 01/18/2016 09:11:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/class-wporg-sso.php
r2166 r2314 21 21 public function __construct() { 22 22 $this->sso_host_url = 'https://' . self::SSO_HOST; 23 $this->sso_login_url = $this->sso_host_url . '/ wp-login.php';23 $this->sso_login_url = $this->sso_host_url . '/'; 24 24 $this->sso_signup_url = 'https://wordpress.org/support/register.php'; // For now 25 25
Note: See TracChangeset
for help on using the changeset viewer.