Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (18 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/themes.php

    r4480 r4495  
    113113        $theme = ('class="alternate"' == $theme) ? '' : 'class="alternate"';
    114114        echo "
    115       <tr $theme>
    116         <td>$title</td>
    117         <td>$description</td>
    118       </tr>";
     115        <tr $theme>
     116            <td>$title</td>
     117            <td>$description</td>
     118        </tr>";
    119119    }
    120120?>
Note: See TracChangeset for help on using the changeset viewer.