Changeset 1034 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-preview.php
- Timestamp:
- 12/11/2014 07:39:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-preview.php
r1006 r1034 5 5 <a href="#" class="previous-theme"><span class="screen-reader-text"><?php _ex( 'Previous', 'Button label for a theme' ); ?></span></a> 6 6 <a href="#" class="next-theme"><span class="screen-reader-text"><?php _ex( 'Next', 'Button label for a theme' ); ?></span></a> 7 <a href=" #" class="button button-primary theme-install"><?php _e( 'Download' ); ?></a>7 <a href="//downloads.wordpress.org/theme/{{ data.slug }}.{{ data.version }}.zip" class="button button-primary theme-install"><?php _e( 'Download' ); ?></a> 8 8 </div> 9 9 <div class="wp-full-overlay-sidebar-content"> … … 23 23 24 24 <# if ( data.num_ratings ) { #> 25 <small class="ratings"> {{ data.num_ratings }}</small>25 <small class="ratings"><?php printf( __( '(based on %s ratings).', 'wporg-themes' ), '{{ data.num_ratings }}' ); ?></small> 26 26 <# } else { #> 27 27 <small class="ratings"><?php _e( 'No ratings.' ); ?></small>
Note: See TracChangeset
for help on using the changeset viewer.