Changeset 9725 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme-single.php
- Timestamp:
- 04/15/2020 05:26:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme-single.php
r9706 r9725 16 16 17 17 <div> 18 <h 3 class="theme-name entry-title"><?php echo esc_html( $theme->name ); ?></h3>18 <h1 class="theme-name entry-title"><?php echo esc_html( $theme->name ); ?></h1> 19 19 <?php if ( $theme->author->display_name ) { ?> 20 < h4 class="theme-author"><?php printf( _x( 'By %s', 'theme author', 'wporg-themes' ), '<a href="https://wordpress.org/themes/author/' . $theme->author->user_nicename . '/"><span class="author">' . esc_html( $theme->author->display_name ) . '</span></a>' ); ?></h4>20 <span class="theme-author"><?php printf( _x( 'By %s', 'theme author', 'wporg-themes' ), '<a href="https://wordpress.org/themes/author/' . $theme->author->user_nicename . '/"><span class="author">' . esc_html( $theme->author->display_name ) . '</span></a>' ); ?></span> 21 21 <?php } ?> 22 22 … … 97 97 <?php if ( $theme->tags ) { ?> 98 98 <div class="theme-tags"> 99 <h 4><?php _e( 'Tags:', 'wporg-themes' ); ?></h4>99 <h2><?php _e( 'Tags:', 'wporg-themes' ); ?></h2> 100 100 <?php 101 101 $tag_links = array(); … … 118 118 <div class="theme-meta"> 119 119 <div class="theme-ratings"> 120 <h 4><?php _e( 'Ratings', 'wporg-themes' ); ?></h4>120 <h2><?php _e( 'Ratings', 'wporg-themes' ); ?></h2> 121 121 122 122 <a class="reviews-link" href="//wordpress.org/support/theme/<?php echo $theme->slug; ?>/reviews/"><?php esc_html_e( 'See all', 'wporg-themes' ); ?></a> … … 159 159 160 160 <div class="theme-support"> 161 <h 4><?php _e( 'Support', 'wporg-themes' ); ?></h4>161 <h2><?php _e( 'Support', 'wporg-themes' ); ?></h2> 162 162 <p><?php _e( 'Got something to say? Need help?', 'wporg-themes' ); ?></p> 163 163 <a href="//wordpress.org/support/theme/<?php echo $theme->slug; ?>" class="button button-secondary"><?php _e( 'View support forum', 'wporg-themes' ); ?></a> … … 165 165 166 166 <div class="theme-report"> 167 <h 4><?php _e( 'Report', 'wporg-themes' ); ?></h4>167 <h2><?php _e( 'Report', 'wporg-themes' ); ?></h2> 168 168 <p><?php _e( 'Does this theme have major issues?', 'wporg-themes' ); ?></p> 169 169 <?php … … 181 181 182 182 <div class="theme-translations"> 183 <h 4><?php _e( 'Translations', 'wporg-themes' ); ?></h4>183 <h2><?php _e( 'Translations', 'wporg-themes' ); ?></h2> 184 184 <p> 185 185 <a href="<?php echo esc_url( "https://translate.wordpress.org/projects/wp-themes/{$theme->slug}" ); ?>"> … … 190 190 191 191 <div class="theme-devs"> 192 <h 4><?php _e( 'Subscribe', 'wporg-themes' ); ?></h4>192 <h2><?php _e( 'Subscribe', 'wporg-themes' ); ?></h2> 193 193 <ul class="unmarked-list"> 194 194 <li> … … 200 200 </ul> 201 201 202 <h 4><?php _e( 'Browse the Code', 'wporg-themes' ); ?></h4>202 <h2><?php _e( 'Browse the Code', 'wporg-themes' ); ?></h2> 203 203 <ul class="unmarked-list"> 204 204 <li><a href="//themes.trac.wordpress.org/log/<?php echo $theme->slug; ?>/" rel="nofollow"><?php _e( 'Development Log', 'wporg-themes' ); ?></a></li>
Note: See TracChangeset
for help on using the changeset viewer.