Changeset 4495 for trunk/wp-admin/user-edit.php
- Timestamp:
- 11/19/2006 07:56:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/user-edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r4480 r4495 187 187 188 188 <br clear="all" /> 189 <table width="99%" border="0" cellspacing="2" cellpadding="3" class="editform">190 <?php191 if(count($profileuser->caps) > count($profileuser->roles)):192 ?>193 <tr>194 <th scope="row"><?php _e('Additional Capabilities:') ?></th>195 <td><?php 189 <table width="99%" border="0" cellspacing="2" cellpadding="3" class="editform"> 190 <?php 191 if(count($profileuser->caps) > count($profileuser->roles)): 192 ?> 193 <tr> 194 <th scope="row"><?php _e('Additional Capabilities:') ?></th> 195 <td><?php 196 196 $output = ''; 197 197 foreach($profileuser->caps as $cap => $value) { … … 203 203 echo $output; 204 204 ?></td> 205 </tr>206 <?php207 endif;208 ?>209 </table>205 </tr> 206 <?php 207 endif; 208 ?> 209 </table> 210 210 <p class="submit"> 211 211 <input type="hidden" name="action" value="update" /> 212 212 <input type="hidden" name="user_id" id="user_id" value="<?php echo $user_id; ?>" /> 213 <input type="submit" value="<?php _e('Update User »') ?>" name="submit" />213 <input type="submit" value="<?php _e('Update User »') ?>" name="submit" /> 214 214 </p> 215 215 </form>
Note: See TracChangeset
for help on using the changeset viewer.