[ Index ] |
PHP Cross Reference of WordPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * The Content Sidebar 4 * 5 * @package WordPress 6 * @subpackage Twenty_Fourteen 7 * @since Twenty Fourteen 1.0 8 */ 9 10 if ( ! is_active_sidebar( 'sidebar-2' ) ) { 11 return; 12 } 13 ?> 14 <div id="content-sidebar" class="content-sidebar widget-area" role="complementary"> 15 <?php dynamic_sidebar( 'sidebar-2' ); ?> 16 </div><!-- #content-sidebar -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |