Ticket #826 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

HTML "label for" mismatch with "input id" in bb-admin/options-wordpress.php

Reported by: da3rX 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

  • Status changed from new to closed
  • Resolution set to fixed

(In [1319]) Label ID mismatch. Fixes #826. Props da3rx

(In [1320]) Label ID mismatch. Fixes #826. Props da3rx - branches/0.8

Note: See TracTickets for help on using tickets.