t
This commit is contained in:
@@ -60,9 +60,8 @@
|
||||
<select name="rank" id="rank">
|
||||
|
||||
<?php
|
||||
global $ranks;
|
||||
foreach ($ranks as $value => $label) {
|
||||
echo "<option value='{$value}'>{$label}</option>\n";
|
||||
echo "<option value='" . esc_attr($value) . "'>" . esc_html($label) . "</option>\n";
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user