Make WordPress Core

Changeset 21927


Ignore:
Timestamp:
09/20/2012 01:59:39 PM (12 years ago)
Author:
ryan
Message:

Remove unnecessary label. Props waclawjacek. fixes #17978

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r21925 r21927  
    247247
    248248<?php if ( !IS_PROFILE_PAGE && !is_network_admin() ) : ?>
    249 <tr><th><label for="role"><?php _e('Role:') ?></label></th>
     249<tr><th><label for="role"><?php _e('Role') ?></label></th>
    250250<td><select name="role" id="role">
    251251<?php
     
    268268
    269269if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_can( 'manage_network_options' ) && !isset($super_admins) ) { ?>
    270 <tr><th><label for="role"><?php _e('Super Admin'); ?></label></th>
     270<tr><th><?php _e('Super Admin'); ?></th>
    271271<td>
    272272<?php if ( $profileuser->user_email != get_site_option( 'admin_email' ) || ! is_super_admin( $profileuser->ID ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.