Make WordPress Core


Ignore:
Timestamp:
03/11/2008 04:54:48 PM (17 years ago)
Author:
ryan
Message:

More TinyMCE color abstraction and new border for title and editor. Props azaozz. fixes #6156

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-page-form.php

    r7230 r7240  
    152152<div id="titlediv">
    153153<h3><?php _e('Title') ?></h3>
    154 <div class="inside">
     154<div id="titlewrap">
    155155  <input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attribute_escape( $post->post_title ); ?>" id="title" />
     156</div>
     157<div class="inside">
    156158<?php $sample_permalink_html = get_sample_permalink_html($post->ID); ?>
    157159    <div id="edit-slug-box">
Note: See TracChangeset for help on using the changeset viewer.