Changeset 1477 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php
- Timestamp:
- 04/15/2015 08:56:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php
r1462 r1477 28 28 <div class="theme-head"> 29 29 <div class="theme-actions clear"> 30 <a href="<?php echo esc_url( '//wp-themes.com/' . $slug ); ?>" class="button button-secondary alignleft"><?php _e( 'Preview' ); ?></a>31 <a href="<?php echo esc_url( '//downloads.wordpress.org/theme/' . $slug . '.' . $theme->version . '.zip' ); ?>" class="button button-primary alignright"><?php _e( 'Download' ); ?></a>30 <a href="<?php echo esc_url( '//wp-themes.com/' . $slug ); ?>" class="button button-secondary alignleft"><?php _e( 'Preview', 'wporg-themes' ); ?></a> 31 <a href="<?php echo esc_url( '//downloads.wordpress.org/theme/' . $slug . '.' . $theme->version . '.zip' ); ?>" class="button button-primary alignright"><?php _e( 'Download', 'wporg-themes' ); ?></a> 32 32 </div> 33 33 … … 37 37 ?> 38 38 <div class="theme-notice notice notice-info"> 39 <p class="parent-theme"><?php printf( __( 'This is a child theme of %s.' ), sprintf( '<a href="%1$s">%2$s</a>', get_permalink( $parent->ID ), $parent->post_title ) ); ?></p>39 <p class="parent-theme"><?php printf( __( 'This is a child theme of %s.', 'wporg-themes' ), sprintf( '<a href="%1$s">%2$s</a>', get_permalink( $parent->ID ), $parent->post_title ) ); ?></p> 40 40 </div> 41 41 <?php endif; ?> … … 58 58 59 59 <div class="theme-tags"> 60 <?php the_tags( '<h4>' . __( 'Tags:' ) . '</h4>' ); ?>60 <?php the_tags( '<h4>' . __( 'Tags:', 'wporg-themes' ) . '</h4>' ); ?> 61 61 </div><!-- .theme-tags --> 62 62 … … 65 65 66 66 <div id="theme-download-stats-<?php echo esc_attr( $slug ); ?>" class="chart"></div> 67 <p class="total-downloads"><?php printf( __( 'Total downloads: %s' ), '<strong>' . number_format_i18n( $theme->downloaded ) . '</strong>' ); ?></p>67 <p class="total-downloads"><?php printf( __( 'Total downloads: %s', 'wporg-themes' ), '<strong>' . number_format_i18n( $theme->downloaded ) . '</strong>' ); ?></p> 68 68 </div><!-- .theme-downloads --> 69 69 </div><!-- .theme-info --> … … 125 125 <a href="//themes.trac.wordpress.org/log/<?php echo esc_attr( $slug ); ?>?limit=100&mode=stop_on_copy&format=rss"> 126 126 <img src="//s.w.org/style/images/feedicon.png" /> 127 <?php _e( 'Development Log', 'wporg ' ); ?>127 <?php _e( 'Development Log', 'wporg-themes' ); ?> 128 128 </a> 129 129 </li>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)