Making WordPress.org

Changeset 4960


Ignore:
Timestamp:
02/20/2017 11:05:36 PM (7 years ago)
Author:
ocean90
Message:

WordPress.org SSO: Update signup URL to point to the new registration form.

See #148.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/wporg-sso/class-wporg-sso.php

    r4203 r4960  
    2424            $this->sso_host_url   = 'https://' . self::SSO_HOST;
    2525            $this->sso_login_url  = $this->sso_host_url . '/';
    26             $this->sso_signup_url = 'https://wordpress.org/support/register.php'; // For now
     26            $this->sso_signup_url = $this->sso_host_url . '/register';
    2727
    2828            if ( ! empty( $_SERVER['HTTP_HOST'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.