Changeset 2094 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
- Timestamp:
- 11/20/2015 02:04:19 AM (9 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
r1900 r2094 39 39 <div class="theme-meta-info"> 40 40 <p class="updated"><?php printf( __( 'Last updated: %s', 'wporg-themes' ), '<strong>{{ data.last_updated }}</strong>' ); ?></p> 41 <p class="active_installs"><?php printf( __( 'Active Installs: %s', 'wporg-themes' ), '<strong>{{ data.active_installs }}</p>' ); ?></p> 41 42 <# if ( data.theme_url ) { #> 42 43 <a href="{{ data.theme_url }}"><?php _e( 'Theme Homepage', 'wporg-themes' ); ?></a> … … 64 65 <h4><?php _e( 'Downloads Per Day', 'wporg-themes' ); ?></h4> 65 66 <div id="theme-download-stats-{{data.id}}" class="chart"></div> 66 <p class="total-downloads"><?php printf( __( 'Total downloads: %s', 'wporg-themes' ), '<strong>{{ data.downloaded }}</strong>' ); ?></p>67 67 </div><!-- .theme-downloads --> 68 68 </div>
Note: See TracChangeset
for help on using the changeset viewer.