Make WordPress Core

Changeset 2259


Ignore:
Timestamp:
02/11/2005 02:00:38 AM (20 years ago)
Author:
saxmatt
Message:

Fix later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r2100 r2259  
    111111<?php } // end foreach ?>
    112112</ol>
    113 <form action="" method="get">
    114 <p class="submit">
    115 <input type="hidden" name="offset" value="<?php echo $_GET['offset'] + 1; ?>" />
    116 <input type="submit" name="submit" value="<?php _e('View Next 20 Comments &raquo;');?>" />
    117 </p>
    118 </form>
    119113
    120114<?php
Note: See TracChangeset for help on using the changeset viewer.