Changeset 1600780
- Timestamp:
- 02/21/2017 06:03:29 PM (9 years ago)
- Location:
- easyrotator-for-wordpress
- Files:
-
- 2 edited
-
tags/1.0.13/easyrotator.php (modified) (1 diff)
-
trunk/easyrotator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easyrotator-for-wordpress/tags/1.0.13/easyrotator.php
r1258281 r1600780 133 133 if (version_compare($wp_version, '3.5', '>')) 134 134 { 135 wp_enqueue_style( 'jquery-ui-style', 'http ://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/themes/smoothness/jquery-ui.css');135 wp_enqueue_style( 'jquery-ui-style', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/themes/smoothness/jquery-ui.css'); 136 136 } 137 137 else 138 138 { 139 wp_enqueue_style( 'jquery-ui-style', 'http ://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css');139 wp_enqueue_style( 'jquery-ui-style', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); 140 140 } 141 141 // to investigate: wp_enqueue_style( 'wp-jquery-ui-dialog' ); -
easyrotator-for-wordpress/trunk/easyrotator.php
r1258281 r1600780 133 133 if (version_compare($wp_version, '3.5', '>')) 134 134 { 135 wp_enqueue_style( 'jquery-ui-style', 'http ://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/themes/smoothness/jquery-ui.css');135 wp_enqueue_style( 'jquery-ui-style', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/themes/smoothness/jquery-ui.css'); 136 136 } 137 137 else 138 138 { 139 wp_enqueue_style( 'jquery-ui-style', 'http ://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css');139 wp_enqueue_style( 'jquery-ui-style', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); 140 140 } 141 141 // to investigate: wp_enqueue_style( 'wp-jquery-ui-dialog' );
Note: See TracChangeset
for help on using the changeset viewer.