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