Changeset 637653
- Timestamp:
- 12/12/2012 11:01:30 AM (13 years ago)
- File:
-
- 1 edited
-
thinglink/trunk/rjw-thinglink.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thinglink/trunk/rjw-thinglink.php
r637383 r637653 5 5 Plugin URI: http://thinglink.com/ 6 6 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. 27 Version: 1.1.03 8 8 Author: Thinglink 9 9 Author URI: http://thinglink.com/ 10 10 */ 11 11 12 require_once 'thinglink_shortcode.php'; 12 13 13 14 class RJW_Thinglink { 14 15 15 16 const PLUGIN_NAME = "Thinglink"; 16 const PLUGIN_VERSION = "1. 2";17 const PLUGIN_VERSION = "1.1.03"; 17 18 const PLUGIN_CONFIG_HOOK = "rjw-thinglink-config"; 18 19 const PLUGIN_CONFIG_URL = "/thinglink/rjw-thinglink-config.php";
Note: See TracChangeset
for help on using the changeset viewer.