]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyfourteen/sidebar-content.php
WordPress 4.7
[autoinstalls/wordpress.git] / wp-content / themes / twentyfourteen / sidebar-content.php
diff --git a/wp-content/themes/twentyfourteen/sidebar-content.php b/wp-content/themes/twentyfourteen/sidebar-content.php
deleted file mode 100644 (file)
index 890baf4..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-/**
- * The Content Sidebar
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-if ( ! is_active_sidebar( 'sidebar-2' ) ) {
-       return;
-}
-?>
-<div id="content-sidebar" class="content-sidebar widget-area" role="complementary">
-       <?php dynamic_sidebar( 'sidebar-2' ); ?>
-</div><!-- #content-sidebar -->