Changeset 1087 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php
- Timestamp:
- 01/05/2015 11:14:57 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
r1034 r1087 59 59 60 60 <?php 61 if ( $theme->lvl_ratings) :62 foreach ( $theme-> lvl_ratings as $key => $rate_count ) :61 if ( ! empty( $theme->ratings ) ) : 62 foreach ( $theme->ratings as $key => $rate_count ) : 63 63 ?> 64 64 <div class="counter-container">
Note: See TracChangeset
for help on using the changeset viewer.