Changeset 1260245
- Timestamp:
- 10/06/2015 09:07:39 AM (10 years ago)
- Location:
- ginger/trunk
- Files:
-
- 3 edited
-
admin/ginger.utils.php (modified) (1 diff)
-
ginger-eu-cookie-law.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ginger/trunk/admin/ginger.utils.php
r1256991 r1260245 35 35 function ginger_add_admin_js( $hook ) { 36 36 if( is_admin() ) { 37 $page = $_GET["page"]; 38 if(substr($page, 0, 6) == "ginger"){ 37 39 // Add the color picker css file 38 wp_enqueue_style( 'wp-color-picker' ); 39 // Include our custom jQuery file with WordPress Color Picker dependency 40 wp_enqueue_script( 'ginger-script-handle', plugins_url( 'js/ginger.js', __FILE__ ), array(), false, true ); 41 wp_enqueue_script( 'ginger-script-color', plugins_url( 'js/ginger.color.js', __FILE__ ), array("wp-color-picker"), false, true ); 40 wp_enqueue_style( 'wp-color-picker' ); 41 // Include our custom jQuery file with WordPress Color Picker dependency 42 wp_enqueue_script( 'ginger-script-handle', plugins_url( 'js/ginger.js', __FILE__ ), array(), false, true ); 43 wp_enqueue_script( 'ginger-script-color', plugins_url( 'js/ginger.color.js', __FILE__ ), array("wp-color-picker"), false, true ); 44 } 42 45 } 43 46 } -
ginger/trunk/ginger-eu-cookie-law.php
r1258429 r1260245 4 4 Plugin URI: http://www.ginger-cookielaw.com/ 5 5 Description: Make your website compliant with EU Cookie Policy! For more features get <a href="">Ginger Plus - Tools Installer</a> 6 Version: 3.0. 26 Version: 3.0.3 7 7 Author: Manafactory 8 8 Author URI: http://manafactory.it/ -
ginger/trunk/readme.txt
r1258429 r1260245 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.3 7 Stable tag: 3.0. 27 Stable tag: 3.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 94 94 == Changelog == 95 95 96 97 = 3.0.3 = 98 * Fixed Yoast Compatibility 96 99 97 100 = 3.0 =
Note: See TracChangeset
for help on using the changeset viewer.