Changeset 7996
- Timestamp:
- 12/20/2018 01:46:21 AM (6 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme-single.php
r7448 r7996 57 57 } 58 58 ?> 59 <p class="active_installs"><?php printf( __( 'Active Install s: %s', 'wporg-themes' ), '<strong>' . $active_installs . '</strong>' ); ?></p>59 <p class="active_installs"><?php printf( __( 'Active Installations: %s', 'wporg-themes' ), '<strong>' . $active_installs . '</strong>' ); ?></p> 60 60 <?php if ( $theme->theme_url ) { ?> 61 61 <a href="<?php echo esc_url( $theme->theme_url ); ?>"><?php _e( 'Theme Homepage', 'wporg-themes' ); ?></a> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
r7448 r7996 40 40 <p class="version"><?php printf( __( 'Version: %s', 'wporg-themes' ), '<strong>{{ data.version }}</strong>' ); ?></p> 41 41 <p class="updated"><?php printf( __( 'Last updated: %s', 'wporg-themes' ), '<strong>{{ data.last_updated }}</strong>' ); ?></p> 42 <p class="active_installs"><?php printf( __( 'Active Install s: %s', 'wporg-themes' ), '<strong>{{ data.active_installs }}</strong>' ); ?></p>42 <p class="active_installs"><?php printf( __( 'Active Installations: %s', 'wporg-themes' ), '<strong>{{ data.active_installs }}</strong>' ); ?></p> 43 43 <# if ( data.theme_url ) { #> 44 44 <a href="{{ data.theme_url }}"><?php _e( 'Theme Homepage', 'wporg-themes' ); ?></a>
Note: See TracChangeset
for help on using the changeset viewer.