Changeset 1374 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-preview.php
- Timestamp:
- 03/04/2015 03:28:36 AM (8 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
r1336 r1374 22 22 <span class="five"></span> 23 23 24 <# if ( data.num_ratings ) { #>25 <small class="ratings"> <?php printf( __( '(based on %s ratings).', 'wporg-themes' ), '{{ data.num_ratings }}' ); ?></small>24 <# if ( data.num_ratings > 0 ) { #> 25 <small class="ratings">{{ data.rating_text }}</small> 26 26 <# } else { #> 27 27 <small class="ratings"><?php _e( 'No ratings.' ); ?></small>
Note: See TracChangeset
for help on using the changeset viewer.