Make WordPress Core


Ignore:
Timestamp:
03/02/2008 08:17:30 PM (18 years ago)
Author:
ryan
Message:

Remove trailing whites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-editor.php

    r6960 r7130  
    8484<?php if (isset($_GET['a'])) : ?>
    8585 <div id="message" class="updated fade"><p><?php _e('File edited successfully.') ?></p></div>
    86 <?php endif; 
     86<?php endif;
    8787
    8888$description = get_file_description($file);
     
    135135    <h4 style="margin-bottom: 0px;"><?php _e('Styles'); ?></h4>
    136136    <ul>
    137 <?php foreach($themes[$theme]['Stylesheet Files'] as $style_file) : 
     137<?php foreach($themes[$theme]['Stylesheet Files'] as $style_file) :
    138138        $description = get_file_description($style_file);
    139139        $style_show = basename($style_file);
     
    156156         <input type="hidden" name="theme" value="<?php echo $theme ?>" />
    157157         </div>
    158        
     158
    159159        <div>
    160160<?php if ( is_writeable($real_file) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.