Make WordPress Core

Ticket #1590: fix_1590.patch

File fix_1590.patch, 1.4 KB (added by idansof, 20 years ago)

A patch against trunk

  • wp-admin/users.php

    ==== Patch <fix_1590> level 1
    Source: [No source]
    Target: 81e510b7-0ff2-0310-ae0c-f70243c84fd4:/wordpress-idansof:2959 [local]
    Log:
    Fix for #1590
    === wp-admin/users.php
    ==================================================================
     
    229229        <tr>
    230230        <th colspan="8" align="left">
    231231  <h3><?php echo $wp_roles->role_names[$role]; ?></h3>
    232   </th>
     232  </th></tr>
    233233
    234234        <tr>
    235235        <th><?php _e('ID') ?></th>
     
    288288$role_select .= '</select>';
    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>
    297297