Changeset 1489069
- Timestamp:
- 09/02/2016 07:30:42 PM (9 years ago)
- File:
-
- 1 edited
-
whatconverts/trunk/whatconverts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
whatconverts/trunk/whatconverts.php
r1486476 r1489069 35 35 $whatconverts_profile_id = get_option('whatconverts_profile_id'); 36 36 if ($whatconverts_profile_id != '00000') 37 wp_enqueue_script( 'whatconverts-tracking-script', ' //app.whatconverts.com/scripts/profile/' . $whatconverts_profile_id . '.js', array(), '', true );37 wp_enqueue_script( 'whatconverts-tracking-script', 'https://app.whatconverts.com/scripts/profile/' . $whatconverts_profile_id . '.js', array(), '', true ); 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.