Changeset 1900 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme-single.php
- Timestamp:
- 09/21/2015 02:20:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme-single.php
r1771 r1900 66 66 ); 67 67 } 68 echo implode( ', ', $tag_links ); 68 echo implode( ', ', $tag_links ); 69 69 ?> 70 70 </div><!-- .theme-tags --> … … 123 123 </div><!-- .theme-support --> 124 124 125 <div class="theme-translations"> 126 <h4><?php _e( 'Translations', 'wporg-themes' ); ?></h4> 127 <p> 128 <a href="<?php echo esc_url( "https://translate.wordpress.org/projects/wp-themes/{$theme->slug}" ); ?>"> 129 <?php printf( __( 'Translate %s', 'wporg-themes' ), $theme->name ); ?> 130 </a> 131 </p> 132 </div><!-- .theme-translations --> 133 125 134 <div class="theme-devs"> 126 135 <h4><?php _e( 'Development', 'wporg-themes' ); ?></h4>
Note: See TracChangeset
for help on using the changeset viewer.