- Timestamp:
- 05/01/2012 10:09:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-plugin-install-list-table.php
r20639 r20675 218 218 <td class="vers column-rating"<?php echo $style['rating']; ?>> 219 219 <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'] ) ) ?>"> 220 <div class="star star-rating" style="width: <?php echo esc_attr( $plugin['rating'] )?>px"></div>220 <div class="star star-rating" style="width: <?php echo esc_attr( str_replace( ',', '.', $plugin['rating'] ) ); ?>px"></div> 221 221 <?php 222 222 $color = get_user_option('admin_color');
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)