Plugin Directory

Changeset 2188349


Ignore:
Timestamp:
11/08/2019 11:29:04 AM (6 years ago)
Author:
getsitecontrol
Message:

fix social oauth signup link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • getsitecontrol/trunk/includes/get-site-control-wordpress.php

    r2187697 r2188349  
    370370        '&name=' . rawurlencode( $data['name'] ) .
    371371        '&site=' . rawurlencode( $data['site'] ) .
    372         '&timezone=' . rawurlencode( $options['timezone'] ) .
    373         '&timezone_name=' . rawurlencode( $options['timezone_name'] ) .
    374         '&utm_campaign=WordpressPlugin&utm_medium=plugin';
     372        '&tracking=%7B%22context%22%3A%22utm_campaign%3DWordpressPlugin%26utm_medium%3Dplugin%22%7D'; // encodeURIComponent(JSON.stringify({context:"utm_campaign=WordpressPlugin&utm_medium=plugin"}))
    375373        $options['google_social_link'] = self::$googleSignupLink . $socialParams;
    376374
Note: See TracChangeset for help on using the changeset viewer.