Make WordPress Core


Ignore:
Timestamp:
02/17/2008 10:23:04 PM (17 years ago)
Author:
ryan
Message:

Theme editor font sizing and layout fixes from ionfish. see #5890

File:
1 edited

Legend:

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

    r6889 r6890  
    153153         <input type="hidden" name="theme" value="<?php echo $theme ?>" />
    154154         </div>
     155       
     156        <div>
    155157<?php if ( is_writeable($real_file) ) : ?>
    156     <p class="submit">
     158            <p class="submit">
    157159<?php
    158160    echo "<input type='submit' name='submit' value='    " . __('Update File &raquo;') . "' tabindex='2' />";
     
    162164<p><em><?php _e('You need to make this file writable before you can save your changes. See <a href="http://codex.wordpress.org/Changing_File_Permissions">the Codex</a> for more information.'); ?></em></p>
    163165<?php endif; ?>
     166        </div>
    164167    </form>
    165168    <?php
Note: See TracChangeset for help on using the changeset viewer.