Make WordPress Core


Ignore:
Timestamp:
10/11/2013 03:16:59 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: merge Front Page Sidebar and Content Sidebar. Props iamtakashi, see #25565; closes #25565.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/sidebar-content.php

    r25624 r25762  
    66 * @subpackage Twenty_Fourteen
    77 */
    8 if ( ! is_active_sidebar( 'sidebar-3' ) )
     8if ( ! is_active_sidebar( 'sidebar-2' ) )
    99    return;
    1010?>
     
    1212    <?php do_action( 'before_sidebar' ); ?>
    1313
    14     <?php dynamic_sidebar( 'sidebar-3' ); ?>
     14    <?php dynamic_sidebar( 'sidebar-2' ); ?>
    1515</div><!-- #content-sidebar -->
Note: See TracChangeset for help on using the changeset viewer.