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/link-manager.php

    r4480 r4495  
    144144        echo "<td><a href=\"$link->link_url\" title=\"".sprintf(__('Visit %s'), $link->link_name)."\">$short_url</a></td>";
    145145        ?>
    146         <td>
    147         <?php
     146        <td>
     147        <?php
    148148
    149149        $cat_names = array();
     
    158158        ?>
    159159        </td>
    160         <td><?php echo $link->link_rel; ?></td>
    161         <td align='center'><?php echo $visible; ?></td>
     160        <td><?php echo $link->link_rel; ?></td>
     161        <td align='center'><?php echo $visible; ?></td>
    162162<?php
    163163
Note: See TracChangeset for help on using the changeset viewer.