Make WordPress Core


Ignore:
Timestamp:
09/23/2005 12:44:26 AM (21 years ago)
Author:
ryan
Message:

Post preview, now with extra spiff, from Mark Jaquith. fixes #1701

File:
1 edited

Legend:

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

    r2900 r2906  
    1111
    1212<div class="wrap">
    13 <h2><?php _e('Write Post'); ?></h2>
     13<a id="write-post"></a>
     14<h2><?php _e('Write Post'); ?><?php if ( 0 != $post_ID ) : ?>
     15 <small class="quickjump"><a href="#preview-post"><?php _e('preview &darr;'); ?></a></small><?php endif; ?></h2>
    1416<?php
    1517
Note: See TracChangeset for help on using the changeset viewer.