wp/wp-content/plugins/option-tree/includes/ot-functions.php
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
child 11 bf1778c34b9a
--- a/wp/wp-content/plugins/option-tree/includes/ot-functions.php	Tue Jun 09 11:14:17 2015 +0000
+++ b/wp/wp-content/plugins/option-tree/includes/ot-functions.php	Mon Oct 14 17:39:30 2019 +0200
@@ -261,7 +261,7 @@
             $sub_parts = explode( '/', $parts[1] );
 
             if ( isset( $sub_parts[1] ) && isset( $sub_parts[2] ) ) {
-              if ( $sub_parts[1] == 'themes' && $sub_parts[2] != get_template() ) {
+              if ( $sub_parts[1] == 'themes' && $sub_parts[2] != get_stylesheet() ) {
                 continue;
               }
             }
@@ -360,7 +360,7 @@
         }
       }
 
-      wp_enqueue_style( 'ot-google-fonts', esc_url( '//fonts.googleapis.com/css?family=' . implode( '|', $families ) ) . $append, false, null );
+      wp_enqueue_style( 'ot-google-fonts', esc_url( '//fonts.googleapis.com/css?family=' . implode( '%7C', $families ) ) . $append, false, null );
     }
 
   }