Plugin Directory

Changeset 1597573


Ignore:
Timestamp:
02/16/2017 09:50:07 PM (9 years ago)
Author:
kodosrl
Message:

fix path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-tripkly/trunk/iframe.php

    r1323086 r1597573  
    44Plugin URI: http://wordpress.org/plugins/wp-tripkly/
    55Description: Show Tripkly Trails activity on your WordPress site.
    6 Version: 1.0
     6Version: 1.1
    77Author: Kodo' srl <info@kodogroup.it>
    88Author URI: http://www.kodogroup.it
     
    1010*/
    1111
    12 define('TRIPKLY_BASE_EMBED_URL', 'http://www.tripkly.com/trails/embed/');
    13 define('VERSION', '1.0');
     12define('TRIPKLY_BASE_EMBED_URL', 'http://www.tripkly.com/community/trails/embed/');
     13define('VERSION', '1.1');
    1414
    1515function iframe_unqprfx_embed_shortcode( $atts ) {
Note: See TracChangeset for help on using the changeset viewer.