Changeset 9725 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
- Timestamp:
- 04/15/2020 05:26:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
r9706 r9725 16 16 17 17 <div> 18 <h 3 class="theme-name entry-title">{{{ data.name }}}</h3>18 <h2 class="theme-name entry-title">{{{ data.name }}}</h2> 19 19 <# if ( data.author.display_name ) { #> 20 < h4 class="theme-author"><?php printf( _x( 'By %s', 'theme author', 'wporg-themes' ), '<a href="{{{ data.path }}}author/{{ data.author.user_nicename }}/"><span class="author">{{{ data.author.display_name }}}</span></a>' ); ?></h4>20 <div class="theme-author"><?php printf( _x( 'By %s', 'theme author', 'wporg-themes' ), '<a href="{{{ data.path }}}author/{{ data.author.user_nicename }}/"><span class="author">{{{ data.author.display_name }}}</span></a>' ); ?></div> 21 21 <# } #> 22 22 … … 75 75 <# if ( data.tags ) { #> 76 76 <div class="theme-tags"> 77 <h 4><?php _e( 'Tags:', 'wporg-themes' ); ?></h4>77 <h3><?php _e( 'Tags:', 'wporg-themes' ); ?></h3> 78 78 {{{ data.tags }}} 79 79 </div><!-- .theme-tags --> … … 81 81 82 82 <div class="theme-downloads"> 83 <h 4><?php _e( 'Downloads Per Day', 'wporg-themes' ); ?></h4>83 <h3><?php _e( 'Downloads Per Day', 'wporg-themes' ); ?></h3> 84 84 <div id="theme-download-stats-{{data.id}}" class="chart"></div> 85 85 </div><!-- .theme-downloads --> … … 88 88 <div class="theme-meta"> 89 89 <div class="theme-ratings"> 90 <h 4><?php _e( 'Ratings', 'wporg-themes' ); ?></h4>90 <h3><?php _e( 'Ratings', 'wporg-themes' ); ?></h3> 91 91 92 92 <a class="reviews-link" href="//wordpress.org/support/theme/{{ data.id }}/reviews/"><?php esc_html_e( 'See all', 'wporg-themes' ); ?></a> … … 127 127 128 128 <div class="theme-support"> 129 <h 4><?php _e( 'Support', 'wporg-themes' ); ?></h4>129 <h3><?php _e( 'Support', 'wporg-themes' ); ?></h3> 130 130 <p><?php _e( 'Got something to say? Need help?', 'wporg-themes' ); ?></p> 131 131 <a href="//wordpress.org/support/theme/{{ data.slug }}" class="button button-secondary"><?php _e( 'View support forum', 'wporg-themes' ); ?></a> … … 133 133 134 134 <div class="theme-report"> 135 <h 4><?php _e( 'Report', 'wporg-themes' ); ?></h4>135 <h3><?php _e( 'Report', 'wporg-themes' ); ?></h3> 136 136 <p><?php _e( 'Does this theme have major issues?', 'wporg-themes' ); ?></p> 137 137 <a rel="nofollow" href="https://make.wordpress.org/themes/report-theme/?rep-name={{ data.current_user }}&rep-theme={{ data.homepage }}&rep-subject=Reported+Theme:+{{ data.name }}" class="button button-secondary"><?php _e( 'Report this theme', 'wporg-themes' ); ?></a> … … 139 139 140 140 <div class="theme-translations"> 141 <h 4><?php _e( 'Translations', 'wporg-themes' ); ?></h4>141 <h3><?php _e( 'Translations', 'wporg-themes' ); ?></h3> 142 142 <p> 143 143 <a href="https://translate.wordpress.org/projects/wp-themes/{{ data.slug }}"> … … 148 148 149 149 <div class="theme-devs"> 150 <h 4><?php _e( 'Subscribe', 'wporg-themes' ); ?></h4>150 <h3><?php _e( 'Subscribe', 'wporg-themes' ); ?></h3> 151 151 <ul class="unmarked-list"> 152 152 <li> … … 158 158 </ul> 159 159 160 <h 4><?php _e( 'Browse the Code', 'wporg-themes' ); ?></h4>160 <h3><?php _e( 'Browse the Code', 'wporg-themes' ); ?></h3> 161 161 <ul class="unmarked-list"> 162 162 <li><a href="//themes.trac.wordpress.org/log/{{data.id}}/" rel="nofollow"><?php _e( 'Development Log', 'wporg-themes' ); ?></a></li>
Note: See TracChangeset
for help on using the changeset viewer.