Make WordPress Core


Ignore:
Timestamp:
05/10/2012 07:59:48 PM (14 years ago)
Author:
ryan
Message:

Normalize star ratings markup. Props helenyhou. fixes #20655

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-theme-install-list-table.php

    r20751 r20765  
    339339            <?php endif; ?>
    340340            <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>
    343343                </div>
    344344                <div class="theme-version">
Note: See TracChangeset for help on using the changeset viewer.