Make WordPress Core


Ignore:
Timestamp:
10/28/2008 10:59:26 AM (17 years ago)
Author:
azaozz
Message:

Write page styling

File:
1 edited

Legend:

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

    r9363 r9384  
    395395
    396396<div id="titlediv">
    397 <h3><label for="title"><?php _e('Title') ?></label></h3>
    398397<div id="titlewrap">
    399398  <input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attribute_escape( $post->post_title ); ?>" id="title" autocomplete="off" />
     
    411410<div id="<?php echo user_can_richedit() ? 'postdivrich' : 'postdiv'; ?>" class="postarea">
    412411
    413 <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 ) . '&amp;type=image&amp;TB_iframe=true' ) ); ?>" class="thickbox button"><?php _e( 'Insert Media' ); ?></a></div>
    414 
    415 <h3><?php _e('Page') ?></h3>
    416412<?php the_editor($post->post_content); ?>
    417413<div id="post-status-info">
     
    434430</div>
    435431
    436 
    437432<?php wp_nonce_field( 'autosave', 'autosavenonce', false ); ?>
    438433<?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
Note: See TracChangeset for help on using the changeset viewer.