Changeset 1426194
- Timestamp:
- 05/28/2016 09:34:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
eazy-flickity-slider/trunk/resources/eazy_flickity_slider_shortcode.php
r1426130 r1426194 88 88 } 89 89 90 90 if (!is_front_page()){ 91 91 add_action( 'wp_enqueue_scripts', 'eazy_flickity_shortcode_scripts_styles' ); 92 92 function eazy_flickity_shortcode_scripts_styles(){ … … 123 123 } //end if preg match 124 124 } //end foreach 125 if (!is_front_page()){125 126 126 wp_localize_script( 'eazy-flickity-shortcode-extra', 'eazyoptions', $toys ); 127 127 } 128 }128 } 129 129 130 130
Note: See TracChangeset
for help on using the changeset viewer.