Plugin Directory

Changeset 1611113


Ignore:
Timestamp:
03/09/2017 08:50:21 AM (9 years ago)
Author:
webshouter
Message:

Bug Fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ws-alexa-traffic-rank-widget/trunk/alexa-traffic-rank-widget.php

    r1611105 r1611113  
    2424    public function form( $instance ) { 
    2525
    26         $defaults = array( 'title' => __('Alexa Traffic Rank', 'webshouter'), 'website_url' => 'http://www.webshouter.net/', 'layout' => 'horizontal' );
     26        $defaults = array( 'title' => __('Alexa Traffic Rank', 'webshouter'), 'website_url' => 'http://www.webshouters.com/', 'layout' => 'horizontal' );
    2727       
    2828        $instance = wp_parse_args( (array) $instance, $defaults );
Note: See TracChangeset for help on using the changeset viewer.