Make WordPress Core

Changeset 981


Ignore:
Timestamp:
03/21/2004 07:16:18 AM (21 years ago)
Author:
saxmatt
Message:

Improved wording on preview.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post.php

    r957 r981  
    230230            ?>
    231231    <div id='preview' class='wrap'>
    232             <h2>Post Preview</h2>
     232            <h2>Post Preview (updated when post is saved)</h2>
    233233     <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3>
    234234    <div class="meta">Filed under: <?php the_category() ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div>
Note: See TracChangeset for help on using the changeset viewer.