Make WordPress Core

Changeset 2796


Ignore:
Timestamp:
08/20/2005 01:49:24 AM (20 years ago)
Author:
ryan
Message:

Validation fixes. Props idansof. fixes #1590

File:
1 edited

Legend:

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

    r2762 r2796  
    230230    <th colspan="8" align="left">
    231231  <h3><?php echo $wp_roles->role_names[$role]; ?></h3>
    232   </th>
     232  </th></tr>
    233233
    234234    <tr>
     
    289289?> 
    290290  <ul style="list-style:none;">
    291     <li><input type="radio" name="action" id="action0" value="delete"> <label for="action0"><?php _e('Delete checked users.'); ?></label></li>
    292     <li><input type="radio" name="action" id="action1" value="promote"> <?php echo sprintf(__('<label for="action1">Set the Role of checked users to:</label> %s'), $role_select); ?></li>
     291    <li><input type="radio" name="action" id="action0" value="delete" /> <label for="action0"><?php _e('Delete checked users.'); ?></label></li>
     292    <li><input type="radio" name="action" id="action1" value="promote" /> <?php echo sprintf(__('<label for="action1">Set the Role of checked users to:</label> %s'), $role_select); ?></li>
    293293  </ul>
    294     <p class="submit"><input type="submit" value="<?php _e('Update &raquo;'); ?>"></p>
     294    <p class="submit"><input type="submit" value="<?php _e('Update &raquo;'); ?>" /></p>
    295295</div>
    296296</form>
Note: See TracChangeset for help on using the changeset viewer.