Changeset 4960
- Timestamp:
- 02/20/2017 11:05:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/class-wporg-sso.php
r4203 r4960 24 24 $this->sso_host_url = 'https://' . self::SSO_HOST; 25 25 $this->sso_login_url = $this->sso_host_url . '/'; 26 $this->sso_signup_url = 'https://wordpress.org/support/register.php'; // For now26 $this->sso_signup_url = $this->sso_host_url . '/register'; 27 27 28 28 if ( ! empty( $_SERVER['HTTP_HOST'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.