Changeset 10194
- Timestamp:
- 12/12/2008 08:19:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r10150 r10194 97 97 98 98 $description = get_file_description($file); 99 $desc_header = ( $description != $file_show ) ? " $description</strong> (%s)" : "%s";99 $desc_header = ( $description != $file_show ) ? "<strong>$description</strong> (%s)" : "%s"; 100 100 ?> 101 101 <div class="wrap"> … … 121 121 <div class="tablenav"> 122 122 <div class="alignleft"> 123 <big>< strong><?php echo sprintf($desc_header, $file_show); ?></big>123 <big><?php echo sprintf($desc_header, $file_show); ?></big> 124 124 </div> 125 125 <br class="clear" />
Note: See TracChangeset
for help on using the changeset viewer.