Changeset 762445
- Timestamp:
- 08/26/2013 01:29:44 PM (13 years ago)
- Location:
- jquery-enabler/trunk
- Files:
-
- 2 edited
-
jQuery-Enabler.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jquery-enabler/trunk/jQuery-Enabler.php
r762428 r762445 3 3 Plugin Name: jQuery Enabler 4 4 Description: This plugin will make sure the latest version of jQuery available within your WordPress installation is being called on every page. 5 Version: 1.1 5 Version: 1.1.2 6 6 Author: Brian Staruk 7 7 Author URI: http://brian.staruk.me 8 8 */ 9 10 // Close the door on anyone trying to directly access the plugin 11 if (!function_exists('add_action')) 12 { 13 echo 'You shouldn\'t be here.'; 14 exit; 15 } 9 16 10 17 class jQueryEnabler { -
jquery-enabler/trunk/readme.txt
r762437 r762445 4 4 Requires at least: 3.4. 5 5 Tested up to: 3.6.0 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: MIT 8 8 … … 26 26 == Changelog == 27 27 28 = 1.1.2 = 29 * Security patch 30 28 31 = 1.1.1 = 29 32 * Compatible to 3.6.0
Note: See TracChangeset
for help on using the changeset viewer.