Changeset 1278 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php
- Timestamp:
- 02/18/2015 06:30:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php
r1274 r1278 93 93 } 94 94 </script> 95 <p class="total-downloads"><?php printf( __( 'Total downloads: %s' ), '<strong>' . number_format_i18n( $theme->downloaded ). '</strong>' ); ?></p>95 <p class="total-downloads"><?php printf( __( 'Total downloads: %s' ), '<strong>' . $theme->downloaded . '</strong>' ); ?></p> 96 96 </div><!-- .theme-downloads --> 97 97 </div><!-- .theme-info -->
Note: See TracChangeset
for help on using the changeset viewer.