Make WordPress Core


Ignore:
Timestamp:
02/05/2008 06:47:27 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r6627 r6726  
    140140    <td colspan="3">&nbsp;</td>
    141141    <td colspan="2" style="width:12em;">
    142     <?php 
     142    <?php
    143143    $active = get_option('active_plugins');
    144144    $inactive = get_option('deactivated_plugins');
     
    146146    ?>
    147147    <a href="<?php echo wp_nonce_url('plugins.php?action=deactivate-all', 'deactivate-all'); ?>" class="delete"><?php _e('Deactivate All Plugins'); ?></a>
    148     <?php 
     148    <?php
    149149    } elseif ( empty($active) && !empty($inactive) ) {
    150150    ?>
Note: See TracChangeset for help on using the changeset viewer.