Plugin Directory

Changeset 1600780


Ignore:
Timestamp:
02/21/2017 06:03:29 PM (9 years ago)
Author:
DWUser.com
Message:

Patch for https compatibility when jQueryUI has to be included (only applies when Pagelines plugin is present)

Location:
easyrotator-for-wordpress
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easyrotator-for-wordpress/tags/1.0.13/easyrotator.php

    r1258281 r1600780  
    133133            if (version_compare($wp_version, '3.5', '>'))
    134134            {
    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');
    136136            }
    137137            else
    138138            {
    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');
    140140            }
    141141            // to investigate: wp_enqueue_style( 'wp-jquery-ui-dialog' );
  • easyrotator-for-wordpress/trunk/easyrotator.php

    r1258281 r1600780  
    133133            if (version_compare($wp_version, '3.5', '>'))
    134134            {
    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');
    136136            }
    137137            else
    138138            {
    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');
    140140            }
    141141            // to investigate: wp_enqueue_style( 'wp-jquery-ui-dialog' );
Note: See TracChangeset for help on using the changeset viewer.