Improved wording on preview.

git-svn-id: http://svn.automattic.com/wordpress/trunk@981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-03-21 07:16:18 +00:00
parent ee0af1789d
commit 277179d9a4
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ switch($action) {
start_wp();
?>
<div id='preview' class='wrap'>
<h2>Post Preview</h2>
<h2>Post Preview (updated when post is saved)</h2>
<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>
<div class="meta">Filed under: <?php the_category() ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div>