Make WordPress Core


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

Write page styling

File:
1 edited

Legend:

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

    r9365 r9384  
    509509<div id="post-body-content" class="has-sidebar-content">
    510510<div id="titlediv">
    511 <h3><label for="title"><?php _e('Title') ?></label></h3>
    512511<div id="titlewrap">
    513512        <input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attribute_escape($post->post_title); ?>" id="title" autocomplete="off" />
     
    527526<div id="<?php echo user_can_richedit() ? 'postdivrich' : 'postdiv'; ?>" class="postarea">
    528527
    529 <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>
    530 
    531 <h3><?php _e('Post') ?></h3>
     528<!--<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>-->
    532529
    533530<?php the_editor($post->post_content); ?>
Note: See TracChangeset for help on using the changeset viewer.