- Timestamp:
- 05/10/2012 07:59:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-theme-install-list-table.php
r20751 r20765 339 339 <?php endif; ?> 340 340 <div class="theme-details"> 341 <div class=" theme-rating" title="<?php echo esc_attr( $num_ratings ); ?>">342 <div style="width:<?php echo esc_attr( intval( $theme->rating ) . 'px' ); ?>;"></div>341 <div class="star-holder" title="<?php echo esc_attr( $num_ratings ); ?>"> 342 <div class="star-rating" style="width:<?php echo esc_attr( intval( $theme->rating ) . 'px' ); ?>;"></div> 343 343 </div> 344 344 <div class="theme-version">
Note: See TracChangeset
for help on using the changeset viewer.