Changeset 2476966
- Timestamp:
- 02/18/2021 10:53:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
new-year-countdown-clock/tags/1.0/new-year-countdown-clock.php
r463947 r2476966 5 5 Author: enclick 6 6 Version: 1.0 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 … … 319 319 320 320 321 $target_url= "http ://mycountdown.org/$group/";321 $target_url= "https://mycountdown.org/$group/"; 322 322 $target_url .= $countdown ."/"; 323 323 $target_url = str_replace(" ", "_", $target_url); … … 327 327 $group_code = strtolower($group); 328 328 329 $widget_call_string = 'http ://mycountdown.org/wp_countdown-clock.php?group='.$group_code;329 $widget_call_string = 'https://mycountdown.org/wp_countdown-clock.php?group='.$group_code; 330 330 $widget_call_string .= '&countdown='.$countdown; 331 331 $widget_call_string .= '&widget_number='.$typeflag;
Note: See TracChangeset
for help on using the changeset viewer.