Make WordPress Core

Changeset 2367


Ignore:
Timestamp:
02/21/2005 05:53:09 AM (21 years ago)
Author:
matt
Message:

Missing ID - http://mosquito.wordpress.org/view.php?id=933

File:
1 edited

Legend:

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

    r2165 r2367  
    5555</script>
    5656
    57 <p class="submit"><input type="submit" name="submit" value="<?php echo $submitbutton_text ?>" style="font-weight: bold;" tabindex="6" />
     57<p class="submit"><input type="submit" name="editcomment" id="editcomment" value="<?php echo $submitbutton_text ?>" style="font-weight: bold;" tabindex="6" />
    5858  <input name="referredby" type="hidden" id="referredby" value="<?php echo $_SERVER['HTTP_REFERER']; ?>" />
    5959</p>
Note: See TracChangeset for help on using the changeset viewer.