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/export.php

    r7191 r7883  
    2323<table class="form-table">
    2424<tr>
    25 <th><?php _e('Restrict Author'); ?></th>
     25<th><label for="author"><?php _e('Restrict Author'); ?></label></th>
    2626<td>
    27 <select name="author">
     27<select name="author" id="author">
    2828<option value="all" selected="selected"><?php _e('All Authors'); ?></option>
    2929<?php
Note: See TracChangeset for help on using the changeset viewer.