==== 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
==================================================================
|
|
|
229 | 229 | <tr> |
230 | 230 | <th colspan="8" align="left"> |
231 | 231 | <h3><?php echo $wp_roles->role_names[$role]; ?></h3> |
232 | | </th> |
| 232 | </th></tr> |
233 | 233 | |
234 | 234 | <tr> |
235 | 235 | <th><?php _e('ID') ?></th> |
… |
… |
|
288 | 288 | $role_select .= '</select>'; |
289 | 289 | ?> |
290 | 290 | <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> |
293 | 293 | </ul> |
294 | | <p class="submit"><input type="submit" value="<?php _e('Update »'); ?>"></p> |
| 294 | <p class="submit"><input type="submit" value="<?php _e('Update »'); ?>" /></p> |
295 | 295 | </div> |
296 | 296 | </form> |
297 | 297 | |