Changeset 4673 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php
- Timestamp:
- 01/13/2017 11:46:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php
r4248 r4673 28 28 <div class="site-branding"> 29 29 <?php if ( is_front_page() ) : ?> 30 <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php _ex( 'Support', 'Site title', 'wporg-forums' ); ?></a></h1>30 <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php _ex( 'Support', 'Site title', 'wporg-forums' ); ?></a></h1> 31 31 32 32 <p class="site-description"> 33 33 <?php 34 34 /* Translators: subhead */ 35 printf( __( 'We\'ve got a variety of resources to help you get the most out of WordPress.', 'wporg-forums' ));35 _e( 'We\'ve got a variety of resources to help you get the most out of WordPress.', 'wporg-forums' ); 36 36 ?> 37 37 </p> 38 38 <?php get_search_form(); ?> 39 39 <?php else : ?> 40 <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php _ex( 'Support', 'Site title', 'wporg-forums' ); ?></a></p>40 <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php _ex( 'Support', 'Site title', 'wporg-forums' ); ?></a></p> 41 41 42 42 <nav id="site-navigation" class="main-navigation" role="navigation">
Note: See TracChangeset
for help on using the changeset viewer.