Make WordPress Core


Ignore:
Timestamp:
09/14/2009 02:03:32 PM (15 years ago)
Author:
ryan
Message:

Remove trailing whitespace

File:
1 edited

Legend:

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

    r11929 r11930  
    274274    <th><label for="<?php echo $name; ?>"><?php echo apply_filters('user_'.$name.'_label', $desc); ?></label></th>
    275275    <td><input type="text" name="<?php echo $name; ?>" id="<?php echo $name; ?>" value="<?php echo esc_attr($profileuser->$name) ?>" class="regular-text" /></td>
    276 </tr>   
     276</tr>
    277277<?php
    278278    }
Note: See TracChangeset for help on using the changeset viewer.