Make WordPress Core


Ignore:
Timestamp:
05/04/2008 10:37:06 AM (17 years ago)
Author:
westi
Message:

Associate lables with form fields. Fixes #6859 props MarcoZ.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options.php

    r7000 r7883  
    7474    echo "
    7575<tr>
    76     <th scope='row'>$option->option_name</th>
     76    <th scope='row'><label for='$option->option_name'>$option->option_name</label></th>
    7777<td>";
    7878
Note: See TracChangeset for help on using the changeset viewer.