468 | | title="<?php echo esc_attr( sprintf( _n( 'Click to see reviews that provided a rating of %d star', 'Click to see reviews that provided a rating of %d stars', $key ), $key ) ); ?>"> |
469 | | <span class="counter-label"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></span> |
470 | | <span class="counter-back"> |
471 | | <span class="counter-bar" style="width: <?php echo 92 * $_rating; ?>px;"></span> |
472 | | </span> |
473 | | </a> |
| 468 | title="<?php echo esc_attr( sprintf( _n( 'Click to see reviews that provided a rating of %d star', 'Click to see reviews that provided a rating of %d stars', $key ), $key ) ); ?>"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></a></span> |
| 469 | <span class="counter-back"> |
| 470 | <span class="counter-bar" style="width: <?php echo 92 * $_rating; ?>px;"></span> |
| 471 | </span> |