--- /dev/null
+<?php
+/**
+ * The sidebar containing the main widget area.
+ *
+ * @package storefront
+ */
+
+if ( ! is_active_sidebar( 'sidebar-1' ) ) {
+ return;
+}
+?>
+
+<div id="secondary" class="widget-area" role="complementary">
+ <?php
+ ob_start();
+ dynamic_sidebar( 'sidebar-1' );
+ $out = ob_get_contents();
+ $out = str_replace( 'img src="http://', 'img src="//', $out );
+ ob_end_clean();
+ echo $out;
+ ?>
+</div><!-- #secondary -->
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Template: storefront
-Version: 1.0.1
+Version: 1.0.2
*/
/* =themoleholeonline styles starts here
-------------------------------------------------------------- */