Fix later

git-svn-id: http://svn.automattic.com/wordpress/trunk@2259 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2005-02-11 02:00:38 +00:00
parent 6d15f88945
commit 6f564d455f
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 {