Ticket #826 (closed defect: fixed)
HTML "label for" mismatch with "input id" in bb-admin/options-wordpress.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | Administration | Version: | 1.0-rc-2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
<label for="bb_secret">
<?php _e('WordPress database secret'); ?>
</label>
<input class="text" name="secret" id="secret" value="<?php bb_form_option('secret'); ?>" />
Change History
Note: See
TracTickets for help on using
tickets.
(In [1319]) Label ID mismatch. Fixes #826. Props da3rx