Changeset 558157
- Timestamp:
- 06/14/2012 08:35:15 PM (14 years ago)
- Location:
- wp-slider-captcha/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-slider-captcha.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-slider-captcha/trunk/readme.txt
r542700 r558157 4 4 Tags: comments, anti-spam, jquery ui, slider 5 5 Requires at least: 3.0 6 Tested up to: 3. 3.27 Stable tag: 0.16 Tested up to: 3.4 7 Stable tag: 1.0.1 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 37 37 == Changelog == 38 38 39 = 1.0.1 = 40 Tested with Wordpress version 3.4, worked as expect. 41 39 42 = 0.1 = 40 43 Very basic usage, shouldn't have any problems. -
wp-slider-captcha/trunk/wp-slider-captcha.php
r542700 r558157 5 5 Plugin URI: http://ditoforge.com/ 6 6 Description: jQuery UI Slider Captcha 7 Version: 1. 07 Version: 1.1 8 8 Author: Brian J. Rogers 9 9 Author URI: http://ditoforge.com … … 18 18 plugins_url('/wp-slider-captcha/wp-slider-captcha.js'), 19 19 array('jquery', 'jquery-ui'), 20 '1. 0'20 '1.1' 21 21 ); 22 22 … … 29 29 wp_enqueue_style('wp-slider-captcha'); 30 30 31 add_action('wp_enqueue_scripts', 'required_scripts');31 //add_action('wp_enqueue_scripts', 'required_scripts'); 32 32 wp_enqueue_script('wp_slider_captcha'); 33 33 } 34 34 35 function required_scripts() {35 /*function required_scripts() { 36 36 wp_deregister_script('jquery'); 37 37 wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'); … … 41 41 wp_register_script('jquery-ui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js'); 42 42 wp_enqueue_script('jquery-ui'); 43 } 43 }*/ 44 44 45 45
Note: See TracChangeset
for help on using the changeset viewer.