?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/villavanille/wp-content/plugins/drew-core/inc/reviews/templates/admin/
Upload File :
Current File : /home/rankinh/villavanille/wp-content/plugins/drew-core/inc/reviews/templates/admin/stars-field.php

<p>
	<label for="rating">
		<?php echo esc_html( $label ); ?>
	</label>
	<span class="commentratingbox">
		<?php for ( $i = 1; $i <= DREW_CORE_REVIEWS_MAX_RATING; $i ++ ) { ?>
			<span class="commentrating">
				<input type="radio" name="<?php echo esc_attr( $key ); ?>" class="rating" value="<?php echo esc_attr( $i ); ?>" <?php echo esc_attr( $rating == $i ? 'checked="checked"' : '' ); ?> />
			</span>
		<?php } ?>
	</span>
</p>