Changeset 7104 for trunk/wp-admin/user-edit.php
- Timestamp:
- 02/29/2008 05:09:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r6991 r7104 241 241 </p> 242 242 </fieldset> 243 <br clear="all" />243 <br style="clear: both;" /> 244 244 <fieldset> 245 245 <legend><?php $is_profile_page? _e('About Yourself') : _e('About the user'); ?></legend> … … 277 277 ?> 278 278 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"> 281 281 <?php 282 282 if(count($profileuser->caps) > count($profileuser->roles)):
Note: See TracChangeset
for help on using the changeset viewer.