Plugin Directory

Changeset 918512


Ignore:
Timestamp:
05/21/2014 08:20:11 AM (12 years ago)
Author:
TrackDuck
Message:

fix for the links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trackduck/trunk/includes/options-data.php

    r918501 r918512  
    2828                            'options'           => array(
    2929                'text'        => sprintf(
    30                   __('TrackDuck - visual feedback and bug tracking solution for web design and development. This plugin enables you and your clients to add comments with screenshots directly from your WordPress website. Receive detailed visual feedback from your customers and error reports from users in seconds! Learn more on <a href=\"https:\/\/trackduck.com\">TrackDuck website</a>.','trackduck'),
    31                   'https://trackduck.com'
     30                  __('TrackDuck - visual feedback and bug tracking solution for web design and development. This plugin enables you and your clients to add comments with screenshots directly from your WordPress website. Receive detailed visual feedback from your customers and error reports from users in seconds! Learn more on <a href=\"%1$s\" target="_blank" >TrackDuck website</a>.','trackduck'),
     31                  'http://trackduck.com'
    3232                ),
    3333                                'button'            => __('Get Project ID','trackduck'),
Note: See TracChangeset for help on using the changeset viewer.