- Timestamp:
- 11/26/2013 02:24:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r26317 r26380 342 342 <?php endif; ?> 343 343 <div class="theme-details"> 344 <div class="star-holder" title="<?php echo esc_attr( $num_ratings ); ?>"> 345 <div class="star-rating" style="width:<?php echo esc_attr( intval( $theme->rating ) . 'px' ); ?>;"></div> 346 </div> 344 <?php wp_star_rating( array( 'rating' => $theme->rating, 'type' => 'percent', 'number' => $theme->num_ratings ) ); ?> 347 345 <div class="theme-version"> 348 346 <strong><?php _e('Version:') ?> </strong>
Note: See TracChangeset
for help on using the changeset viewer.