Write page styling
git-svn-id: http://svn.automattic.com/wordpress/trunk@9384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -394,7 +394,6 @@ $side_meta_boxes = do_meta_boxes('page', 'side', $post);
|
||||
<div id="post-body-content" class="has-sidebar-content">
|
||||
|
||||
<div id="titlediv">
|
||||
<h3><label for="title"><?php _e('Title') ?></label></h3>
|
||||
<div id="titlewrap">
|
||||
<input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attribute_escape( $post->post_title ); ?>" id="title" autocomplete="off" />
|
||||
</div>
|
||||
@@ -410,9 +409,6 @@ endif; ?>
|
||||
|
||||
<div id="<?php echo user_can_richedit() ? 'postdivrich' : 'postdiv'; ?>" class="postarea">
|
||||
|
||||
<div id="add-media-button"><a id="add-media-link" href="<?php echo clean_url( admin_url( 'media-upload.php?post_id=' . ( $post_ID ? $post_ID : $temp_ID ) . '&type=image&TB_iframe=true' ) ); ?>" class="thickbox button"><?php _e( 'Insert Media' ); ?></a></div>
|
||||
|
||||
<h3><?php _e('Page') ?></h3>
|
||||
<?php the_editor($post->post_content); ?>
|
||||
<div id="post-status-info">
|
||||
<span id="wp-word-count" class="alignleft"></span>
|
||||
@@ -433,7 +429,6 @@ endif; ?>
|
||||
<br class="clear" />
|
||||
</div>
|
||||
|
||||
|
||||
<?php wp_nonce_field( 'autosave', 'autosavenonce', false ); ?>
|
||||
<?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
|
||||
<?php wp_nonce_field( 'getpermalink', 'getpermalinknonce', false ); ?>
|
||||
|
||||
Reference in New Issue
Block a user