Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- includes/class.yith-wcwl-init.orig.php 2015-09-21 10:34:01.000000000 +0100
- +++ includes/class.yith-wcwl-init.php 2015-09-25 20:36:06.634393600 +0100
- @@ -272,7 +272,8 @@
- wp_register_style( 'jquery-selectBox', YITH_WCWL_URL . 'assets/css/jquery.selectBox.css' );
- wp_register_style( 'yith-wcwl-main', YITH_WCWL_URL . 'assets/css/style.css' );
- wp_register_style( 'yith-wcwl-user-main', str_replace( get_template_directory(), get_template_directory_uri(), $located ) );
- - wp_register_style( 'yith-wcwl-font-awesome', YITH_WCWL_URL . 'assets/css/font-awesome.min.css' );
- + $fa_version = apply_filters('yith_wcwl_font_awesome_version', '4.4.0');
- + wp_register_style( 'yith-wcwl-font-awesome', 'https://maxcdn.bootstrapcdn.com/font-awesome/'.$fa_version.'/css/font-awesome.min.css' );
- wp_enqueue_style( 'woocommerce_prettyPhoto_css' );
- wp_enqueue_style( 'jquery-selectBox' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement