Fix later

git-svn-id: https://develop.svn.wordpress.org/trunk@2259 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-02-11 02:00:38 +00:00
parent d0c7d85ee5
commit 2703339d74
1 changed files with 0 additions and 6 deletions

View File

@ -110,12 +110,6 @@ if ('view' == $mode) {
<?php } // end foreach ?>
</ol>
<form action="" method="get">
<p class="submit">
<input type="hidden" name="offset" value="<?php echo $_GET['offset'] + 1; ?>" />
<input type="submit" name="submit" value="<?php _e('View Next 20 Comments &raquo;');?>" />
</p>
</form>
<?php
} else {