Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (19 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/profile.php

    r4480 r4495  
    1 <?php 
     1<?php
    22require_once('admin.php');
    33
     
    122122<br clear="all" />
    123123
    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
     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
    131131            $output = '';
    132132            foreach($profileuser->caps as $cap => $value) {
Note: See TracChangeset for help on using the changeset viewer.