Fix id typo. Props sivel. fixes #8401

git-svn-id: https://develop.svn.wordpress.org/trunk@9928 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-27 20:44:43 +00:00
parent 77763bce82
commit ace2567641

View File

@ -39,7 +39,7 @@ $url = attribute_escape( $comment->comment_author_url );
<div id="minor-publishing"> <div id="minor-publishing">
<div id="minor-publishing-actions"> <div id="minor-publishing-actions">
<div id="preview=action"> <div id="preview-action">
<a class="preview button" href="<?php echo get_comment_link(); ?>" target="_blank"><?php _e('View Comment'); ?></a> <a class="preview button" href="<?php echo get_comment_link(); ?>" target="_blank"><?php _e('View Comment'); ?></a>
</div> </div>
<div class="clear"></div> <div class="clear"></div>