Changeset 2463 for trunk/wp-admin/post.php
- Timestamp:
- 03/22/2005 12:17:55 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r2452 r2463 241 241 <div id='preview' class='wrap'> 242 242 <h2><?php _e('Post Preview (updated when post is saved)'); ?></h2> 243 <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__("Permanent Link: %s"), the_title()); ?>"><?php the_title(); ?></a></h3>243 <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__("Permanent Link: %s"), get_the_title()); ?>"><?php the_title(); ?></a></h3> 244 244 <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(','); ?> — <?php the_author() ?> @ <?php the_time() ?></div> 245 245
Note: See TracChangeset
for help on using the changeset viewer.