Changeset 2188349
- Timestamp:
- 11/08/2019 11:29:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
getsitecontrol/trunk/includes/get-site-control-wordpress.php
r2187697 r2188349 370 370 '&name=' . rawurlencode( $data['name'] ) . 371 371 '&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"})) 375 373 $options['google_social_link'] = self::$googleSignupLink . $socialParams; 376 374
Note: See TracChangeset
for help on using the changeset viewer.