_s: simplifying functions.php by making some of the stuff happening there modular with functions being called in templates showing up in template-tags.php, little extras that won't produce a visible error if they're missing in tweaks, and wpcom stuff in wpcom

This commit is contained in:
Ian Stewart 2012-01-11 03:43:23 +00:00
parent db89577313
commit 01ce62d24f
5 changed files with 251 additions and 243 deletions

View file

@ -31,10 +31,4 @@
</aside>
<?php endif; // end sidebar widget area ?>
</div><!-- #secondary .widget-area -->
<?php if ( is_active_sidebar( 'sidebar-2' ) ) : ?>
<div id="tertiary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-2' ); ?>
</div><!-- #tertiary .widget-area -->
<?php endif; ?>
</div><!-- #secondary .widget-area -->