diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-09-23 11:17:09 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-09-23 11:17:09 +0000 |
| commit | f87e2ff8924ea53c890595ca0de0c37b44048745 (patch) | |
| tree | 4ee1404b8d9379273c0784efe887da4535d1305f /wp-inst/wp-admin/post.php | |
| parent | c8d80466b49d6c93716cf998b6d24c86f4aeb7e3 (diff) | |
Forgot "preview post".
Minor change to profile page.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@363 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/post.php')
| -rw-r--r-- | wp-inst/wp-admin/post.php | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/wp-inst/wp-admin/post.php b/wp-inst/wp-admin/post.php index f22401a..95a386f 100644 --- a/wp-inst/wp-admin/post.php +++ b/wp-inst/wp-admin/post.php @@ -78,15 +78,9 @@ case 'edit': ?> <div id='preview' class='wrap'> - <h2><?php _e('Post Preview (updated when post is saved)'); ?></h2> - <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> - <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(','); ?> — <?php the_author() ?> @ <?php the_time() ?></div> - - <div class="storycontent"> - <?php - echo apply_filters('the_content', html_entity_decode($post->post_content) ); - ?> - </div> + <a id="preview-post"></a> + <h2><?php _e('Post Preview (updated when post is saved)'); ?> <small class="quickjump"><a href="#write-post"><?php _e('edit ↑'); ?></a></small></h2> + <iframe src="<?php the_permalink(); ?>" width="100%" height="600" /> </div> <?php break; |
