Make WordPress Core

Ticket #16181: 16181-hide-personal-options.patch

File 16181-hide-personal-options.patch, 685 bytes (added by kpdesign, 14 years ago)
  • wp-admin/user-edit.php

     
    191191<input type="hidden" name="checkuser_id" value="<?php echo $user_ID ?>" />
    192192</p>
    193193
    194 <h3><?php _e('Personal Options'); ?></h3>
     194<h3 class="personal-options"><?php _e('Personal Options'); ?></h3>
    195195
    196 <table class="form-table">
     196<table class="form-table personal-options">
    197197<?php if ( rich_edit_exists() && !( IS_PROFILE_PAGE && !$user_can_edit ) ) : // don't bother showing the option if the editor has been removed ?>
    198198        <tr>
    199199                <th scope="row"><?php _e('Visual Editor')?></th>