- Timestamp:
- 10/11/2013 03:16:59 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/sidebar-content.php
r25624 r25762 6 6 * @subpackage Twenty_Fourteen 7 7 */ 8 if ( ! is_active_sidebar( 'sidebar- 3' ) )8 if ( ! is_active_sidebar( 'sidebar-2' ) ) 9 9 return; 10 10 ?> … … 12 12 <?php do_action( 'before_sidebar' ); ?> 13 13 14 <?php dynamic_sidebar( 'sidebar- 3' ); ?>14 <?php dynamic_sidebar( 'sidebar-2' ); ?> 15 15 </div><!-- #content-sidebar -->
Note: See TracChangeset
for help on using the changeset viewer.