Changeset 4673
- Timestamp:
- 01/13/2017 11:46:55 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
r4248 r4673 168 168 169 169 <div> 170 <label for="bbp_topic_edit_reason"><?php printf( __( 'Optional reason for editing:', 'wporg-forums' ), bbp_get_current_user_name()); ?></label><br />170 <label for="bbp_topic_edit_reason"><?php _e( 'Optional reason for editing:', 'wporg-forums' ); ?></label><br /> 171 171 <input type="text" value="<?php bbp_form_topic_edit_reason(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_topic_edit_reason" id="bbp_topic_edit_reason" /> 172 172 </div> -
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.