Plugin Directory

Changeset 637653


Ignore:
Timestamp:
12/12/2012 11:01:30 AM (13 years ago)
Author:
Thinglink
Message:

Remove problematic include. (it does not event seem to be needed anymore.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • thinglink/trunk/rjw-thinglink.php

    r637383 r637653  
    55    Plugin URI: http://thinglink.com/
    66    Description: A simple way to add the Thinglink script to your whole website. Go to <a href="plugins.php?page=rjw-thinglink-config">settings</a>.
    7     Version: 1.2
     7    Version: 1.1.03
    88    Author: Thinglink
    99    Author URI: http://thinglink.com/
    1010    */
    1111
     12    require_once 'thinglink_shortcode.php';
    1213
    1314    class RJW_Thinglink {
    1415       
    1516        const PLUGIN_NAME = "Thinglink";
    16         const PLUGIN_VERSION = "1.2";
     17        const PLUGIN_VERSION = "1.1.03";
    1718        const PLUGIN_CONFIG_HOOK = "rjw-thinglink-config";
    1819        const PLUGIN_CONFIG_URL = "/thinglink/rjw-thinglink-config.php";
Note: See TracChangeset for help on using the changeset viewer.