Changeset 7130 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 03/02/2008 08:17:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/theme-editor.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r6960 r7130 84 84 <?php if (isset($_GET['a'])) : ?> 85 85 <div id="message" class="updated fade"><p><?php _e('File edited successfully.') ?></p></div> 86 <?php endif; 86 <?php endif; 87 87 88 88 $description = get_file_description($file); … … 135 135 <h4 style="margin-bottom: 0px;"><?php _e('Styles'); ?></h4> 136 136 <ul> 137 <?php foreach($themes[$theme]['Stylesheet Files'] as $style_file) : 137 <?php foreach($themes[$theme]['Stylesheet Files'] as $style_file) : 138 138 $description = get_file_description($style_file); 139 139 $style_show = basename($style_file); … … 156 156 <input type="hidden" name="theme" value="<?php echo $theme ?>" /> 157 157 </div> 158 158 159 159 <div> 160 160 <?php if ( is_writeable($real_file) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.