Changes from branches/2.7/wp-admin/theme-editor.php at r10195 to trunk/wp-admin/theme-editor.php at r10150
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r10195 r10150 97 97 98 98 $description = get_file_description($file); 99 $desc_header = ( $description != $file_show ) ? " <strong>$description</strong> (%s)" : "%s";99 $desc_header = ( $description != $file_show ) ? "$description</strong> (%s)" : "%s"; 100 100 ?> 101 101 <div class="wrap"> … … 121 121 <div class="tablenav"> 122 122 <div class="alignleft"> 123 <big>< ?php echo sprintf($desc_header, $file_show); ?></big>123 <big><strong><?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.