Changeset 4495 for trunk/wp-admin/profile.php
- Timestamp:
- 11/19/2006 07:56:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/profile.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile.php
r4480 r4495 1 <?php 1 <?php 2 2 require_once('admin.php'); 3 3 … … 122 122 <br clear="all" /> 123 123 124 <table width="99%" border="0" cellspacing="2" cellpadding="3" class="editform">125 <?php126 if(count($profileuser->caps) > count($profileuser->roles)):127 ?>128 <tr>129 <th scope="row"><?php _e('Additional Capabilities:') ?></th>130 <td><?php 124 <table width="99%" border="0" cellspacing="2" cellpadding="3" class="editform"> 125 <?php 126 if(count($profileuser->caps) > count($profileuser->roles)): 127 ?> 128 <tr> 129 <th scope="row"><?php _e('Additional Capabilities:') ?></th> 130 <td><?php 131 131 $output = ''; 132 132 foreach($profileuser->caps as $cap => $value) {
Note: See TracChangeset
for help on using the changeset viewer.