Changeset 7188
- Timestamp:
- 03/08/08 22:50:12 (9 months ago)
- Files:
-
- trunk/wp-admin/theme-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/theme-editor.php
r7130 r7188 133 133 <?php endforeach; ?> 134 134 </ul> 135 <h4 style="margin-bottom: 0px;"><?php _e('Styles'); ?></h4>135 <h4 style="margin-bottom: 0px;"><?php echo _c('Styles|Theme stylesheets in theme editor'); ?></h4> 136 136 <ul> 137 137 <?php foreach($themes[$theme]['Stylesheet Files'] as $style_file) :
