mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Put the preview anchors on the h2. Props: markjaquith fixes #1765
git-svn-id: https://develop.svn.wordpress.org/trunk@2973 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -78,8 +78,7 @@ case 'edit':
|
||||
|
||||
?>
|
||||
<div id='preview' class='wrap'>
|
||||
<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>
|
||||
<h2 id="preview-post"><?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
|
||||
|
||||
Reference in New Issue
Block a user