Ticket #16181: 16181-hide-personal-options.patch
File 16181-hide-personal-options.patch, 685 bytes (added by , 14 years ago) |
---|
-
wp-admin/user-edit.php
191 191 <input type="hidden" name="checkuser_id" value="<?php echo $user_ID ?>" /> 192 192 </p> 193 193 194 <h3 ><?php _e('Personal Options'); ?></h3>194 <h3 class="personal-options"><?php _e('Personal Options'); ?></h3> 195 195 196 <table class="form-table ">196 <table class="form-table personal-options"> 197 197 <?php if ( rich_edit_exists() && !( IS_PROFILE_PAGE && !$user_can_edit ) ) : // don't bother showing the option if the editor has been removed ?> 198 198 <tr> 199 199 <th scope="row"><?php _e('Visual Editor')?></th>