Making WordPress.org

Opened 7 years ago

Closed 7 years ago

#2545 closed defect (bug) (fixed)

Review form incorrect label association

Reported by: anevins's profile anevins Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: Priority: normal
Component: Support Forums Keywords:
Cc:

Description

The majority of labels in the Review form are correctly associated with their form fields, with the exception of the "Topic Type" field:

<label for="bbp_stick_topic">Topic Type:</label>
<select name="bbp_stick_topic" id="bbp_stick_topic_select">

Review form example: https://wordpress.org/support/plugin/akismet/reviews/#wp-toolbar

Change History (1)

#1 @SergeyBiryukov
7 years ago

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

In 5027:

Support Theme: Use correct attribute to associate "Topic Type" label with the dropdown.

Props anevins.
Fixes #2545.

Note: See TracTickets for help on using tickets.