- 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-plugin-install-list-table.php
r25630 r26380 271 271 <td class="vers column-version"<?php echo $style['version']; ?>><?php echo $version; ?></td> 272 272 <td class="vers column-rating"<?php echo $style['rating']; ?>> 273 <div class="star-holder" title="<?php printf( _n( '(based on %s rating)', '(based on %s ratings)', $plugin['num_ratings'] ), number_format_i18n( $plugin['num_ratings'] ) ) ?>"> 274 <div class="star star-rating" style="width: <?php echo esc_attr( str_replace( ',', '.', $plugin['rating'] ) ); ?>px"></div> 275 </div> 273 <?php wp_star_rating( array( 'rating' => $plugin['rating'], 'type' => 'percent', 'number' => $plugin['num_ratings'] ) ); ?> 276 274 </td> 277 275 <td class="desc column-description"<?php echo $style['description']; ?>><?php echo $description, $author; ?></td>
Note: See TracChangeset
for help on using the changeset viewer.