Changeset 3401958
- Timestamp:
- 11/24/2025 03:13:10 PM (3 months ago)
- Location:
- the-get-hired-button
- Files:
-
- 2 edited
- 3 moved
-
tags/1.0.0 (moved) (moved from the-get-hired-button/tags/1.0)
-
tags/1.1.0 (moved) (moved from the-get-hired-button/tags/1.1)
-
tags/1.2.0 (moved) (moved from the-get-hired-button/tags/1.2)
-
tags/1.3.0/the-get-hired-button.php (modified) (1 diff)
-
trunk/the-get-hired-button.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
the-get-hired-button/tags/1.3.0/the-get-hired-button.php
r3401956 r3401958 361 361 if (!empty($token)) { 362 362 // With token: /widgets/:token 363 $script_url = 'http ://www.tryme.local:3000/widgets/' . $token;363 $script_url = 'https://www.tryme.co/widgets/' . $token; 364 364 } else { 365 365 // Without token: /widgets 366 $script_url = 'http ://www.tryme.local:3000/widgets';366 $script_url = 'https://www.tryme.co/widgets'; 367 367 } 368 368 -
the-get-hired-button/trunk/the-get-hired-button.php
r3401956 r3401958 361 361 if (!empty($token)) { 362 362 // With token: /widgets/:token 363 $script_url = 'http ://www.tryme.local:3000/widgets/' . $token;363 $script_url = 'https://www.tryme.co/widgets/' . $token; 364 364 } else { 365 365 // Without token: /widgets 366 $script_url = 'http ://www.tryme.local:3000/widgets';366 $script_url = 'https://www.tryme.co/widgets'; 367 367 } 368 368
Note: See TracChangeset
for help on using the changeset viewer.