Changeset 1373102
- Timestamp:
- 03/17/2016 01:25:35 PM (10 years ago)
- Location:
- voter-plugin/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
voter.php (modified) (1 diff)
-
voter_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
voter-plugin/trunk/readme.txt
r1372853 r1373102 439 439 * Top Voter widget "WP_Widget is depreciated" solved 440 440 * "bp_core_add_notification is depreciated" solved. 441 442 = 3.0.10 = 443 * jquery-ui.min.css - minified version added 444 * jquery-ui.min.js - minified version added -
voter-plugin/trunk/voter.php
r1372853 r1373102 8 8 Text Domain: aheadzen 9 9 Domain Path: /language 10 Version: 3.0. 910 Version: 3.0.10 11 11 12 12 Copyright: © 2014-2015 ASK-ORACLE.COM -
voter-plugin/trunk/voter_functions.php
r1372853 r1373102 1355 1355 add_action( 'wp_enqueue_scripts', 'az_voter_plugin_styles' ); 1356 1356 function az_voter_plugin_styles() { 1357 wp_register_style('az-voter-ui-css','https://c dnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.css');1357 wp_register_style('az-voter-ui-css','https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.min.css'); 1358 1358 wp_enqueue_style('az-voter-ui-css'); 1359 1359 }
Note: See TracChangeset
for help on using the changeset viewer.