Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (17 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r10049 r10150  
    203203<div class="wrap">
    204204<?php screen_icon(); ?>
    205     <h2><?php echo wp_specialchars( $title ); ?></h2> 
     205    <h2><?php echo wp_specialchars( $title ); ?></h2>
    206206
    207207<p><?php _e('Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.'); ?></p>
     
    258258    </tr>
    259259    </thead>
    260    
     260
    261261    <tfoot>
    262262    <tr>
     
    268268    </tr>
    269269    </tfoot>
    270    
     270
    271271    <tbody class="plugins">
    272272<?php
     
    335335        <input type="submit" name="clear-recent-list" value="<?php _e('Clear List') ?>" class="button-secondary" />
    336336    <?php endif; ?>
    337     </div> 
     337    </div>
    338338<?php
    339339}
Note: See TracChangeset for help on using the changeset viewer.