Plugin Directory

Changeset 2476966


Ignore:
Timestamp:
02/18/2021 10:53:57 AM (5 years ago)
Author:
enclick
Message:

upgraded to https

File:
1 edited

Legend:

Unmodified
Added
Removed
  • new-year-countdown-clock/tags/1.0/new-year-countdown-clock.php

    r463947 r2476966  
    55  Author: enclick
    66  Version: 1.0
    7   Author URI: http://mycountdown.org
    8   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/
    99*/
    1010
     
    319319
    320320
    321         $target_url= "http://mycountdown.org/$group/";
     321        $target_url= "https://mycountdown.org/$group/";
    322322        $target_url .= $countdown ."/";
    323323        $target_url = str_replace(" ", "_", $target_url);
     
    327327        $group_code = strtolower($group);
    328328
    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;
    330330        $widget_call_string .= '&countdown='.$countdown;
    331331        $widget_call_string .= '&widget_number='.$typeflag;
Note: See TracChangeset for help on using the changeset viewer.