File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 </hgroup>
9797
9898 <?php
99- // Check to see if the header image has been removed.
100- $ header_image = get_header_image ();
99+ // Check to see if the header image has been removed.
100+ $ header_image = get_header_image ();
101101 if ( $ header_image ) :
102102 // Compatibility with versions of WordPress prior to 3.4.
103103 if ( function_exists ( 'get_custom_header ' ) ) {
Original file line number Diff line number Diff line change 4343 if ( $ site_name && is_front_page () && is_home () ) :
4444 ?>
4545 <h1 class="site-title"><a href="<?php echo esc_url ( home_url ( '/ ' ) ); ?> " rel="home" <?php echo $ is_front ? 'aria-current="page" ' : '' ; ?> ><?php echo $ site_name ; ?> </a></h1>
46- <?php
47- elseif ( $ site_name ) :
48- ?>
46+ <?php elseif ( $ site_name ) : ?>
4947 <p class="site-title"><a href="<?php echo esc_url ( home_url ( '/ ' ) ); ?> " rel="home" <?php echo $ is_front ? 'aria-current="page" ' : '' ; ?> ><?php echo $ site_name ; ?> </a></p>
50- <?php
48+ <?php
5149 endif ;
5250
5351 $ description = get_bloginfo ( 'description ' , 'display ' );
You can’t perform that action at this time.
0 commit comments