Make WordPress Core


Ignore:
Timestamp:
02/29/2008 05:09:44 PM (17 years ago)
Author:
ryan
Message:

Update deprecated attributes. Props hansengel. fixes #6037

File:
1 edited

Legend:

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

    r6991 r7104  
    241241</p>
    242242</fieldset>
    243 <br clear="all" />
     243<br style="clear: both;" />
    244244<fieldset>
    245245<legend><?php $is_profile_page? _e('About Yourself') : _e('About the user'); ?></legend>
     
    277277?>
    278278
    279 <br clear="all" />
    280     <table width="99%"  border="0" cellspacing="2" cellpadding="3" class="editform">
     279<br style="clear: both;" />
     280    <table width="99%" style="border: none;" cellspacing="2" cellpadding="3" class="editform">
    281281        <?php
    282282        if(count($profileuser->caps) > count($profileuser->roles)):
Note: See TracChangeset for help on using the changeset viewer.