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:
Ryan Boren
2005-10-29 01:52:56 +00:00
parent 6eacdcf924
commit 7ffc6d0838
3 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -10,8 +10,7 @@ $messages[3] = __('Custom field deleted.');
<form name="post" action="post.php" method="post" id="post">
<div class="wrap">
<a id="write-post"></a>
<h2><?php _e('Write Post'); ?><?php if ( 0 != $post_ID ) : ?>
<h2 id="write-post"><?php _e('Write Post'); ?><?php if ( 0 != $post_ID ) : ?>
<small class="quickjump"><a href="#preview-post"><?php _e('preview &darr;'); ?></a></small><?php endif; ?></h2>
<?php