Make WordPress Core


Ignore:
Timestamp:
05/24/2009 11:47:49 PM (17 years ago)
Author:
ryan
Message:

Trim tailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r11380 r11450  
    234234                                        ?><td <?php echo $attributes ?>><?php echo $visible; ?></td><?php
    235235                                        break;
    236                                 case 'rating': 
    237                                         ?><td <?php echo $attributes ?>><?php echo $rating; ?></td><?php 
    238                                         break; 
     236                                case 'rating':
     237                                        ?><td <?php echo $attributes ?>><?php echo $rating; ?></td><?php
     238                                        break;
    239239                                default:
    240240                                        ?>
Note: See TracChangeset for help on using the changeset viewer.