Changeset 2476964
- Timestamp:
- 02/18/2021 10:53:05 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
christmas-countdown-clock/tags/1.1/christmas-countdown-clock.php
r530636 r2476964 5 5 Author: enclick 6 6 Version: 1.1 7 Author URI: http ://mycountdown.org8 Plugin URI: http ://mycountdown.org/wordpress-countdown-clock-plugin/7 Author URI: https://mycountdown.org 8 Plugin URI: https://mycountdown.org/wordpress-countdown-clock-plugin/ 9 9 */ 10 10 … … 318 318 319 319 320 $target_url= "http ://mycountdown.org/$group/";320 $target_url= "https://mycountdown.org/$group/"; 321 321 $target_url .= $countdown ."/"; 322 322 $target_url = str_replace(" ", "_", $target_url); … … 326 326 $group_code = strtolower($group); 327 327 328 $widget_call_string = 'http ://mycountdown.org/wp_countdown-clock.php?group='.$group_code;328 $widget_call_string = 'https://mycountdown.org/wp_countdown-clock.php?group='.$group_code; 329 329 $widget_call_string .= '&countdown='.$countdown; 330 330 $widget_call_string .= '&widget_number='.$typeflag;
Note: See TracChangeset
for help on using the changeset viewer.