- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r42343 r43571 85 85 */ 86 86 add_theme_support( 87 'html5', array( 87 'html5', 88 array( 88 89 'search-form', 89 90 'comment-form', … … 99 100 */ 100 101 add_theme_support( 101 'post-formats', array( 102 'post-formats', 103 array( 102 104 'aside', 103 105 'audio', … … 335 337 </div><!-- .nav-links --> 336 338 </nav><!-- .navigation --> 337 <?php339 <?php 338 340 } 339 341 endif; … … 365 367 </div><!-- .nav-links --> 366 368 </nav><!-- .navigation --> 367 <?php369 <?php 368 370 } 369 371 endif; … … 612 614 if ( isset( $wp_customize->selective_refresh ) ) { 613 615 $wp_customize->selective_refresh->add_partial( 614 'blogname', array( 616 'blogname', 617 array( 615 618 'selector' => '.site-title', 616 619 'container_inclusive' => false, … … 619 622 ); 620 623 $wp_customize->selective_refresh->add_partial( 621 'blogdescription', array( 624 'blogdescription', 625 array( 622 626 'selector' => '.site-description', 623 627 'container_inclusive' => false,
Note: See TracChangeset
for help on using the changeset viewer.