Changeset 981
- Timestamp:
- 03/21/2004 07:16:18 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r957 r981 230 230 ?> 231 231 <div id='preview' class='wrap'> 232 <h2>Post Preview </h2>232 <h2>Post Preview (updated when post is saved)</h2> 233 233 <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> 234 234 <div class="meta">Filed under: <?php the_category() ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.