Make WordPress Core


Ignore:
Timestamp:
09/24/2012 04:57:42 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Twelve: remove twentytwelve_frontpage_sidebar_class() and make front page sidebar number filterable via body_class. Fixes #21942.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/sidebar-front.php

    r21886 r21975  
    2121// If we get this far, we have widgets. Let do this.
    2222?>
    23 <div id="secondary" <?php twentytwelve_frontpage_sidebar_class(); ?> role="complementary">
     23<div id="secondary" class="widget-area" role="complementary">
    2424    <?php if ( is_active_sidebar( 'sidebar-2' ) ) : ?>
    2525    <div class="first front-widgets">
Note: See TracChangeset for help on using the changeset viewer.