git-svn-id: https://develop.svn.wordpress.org/trunk@2367 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-02-21 05:53:09 +00:00
parent f22a3f3283
commit b2c3f16f34
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ edCanvas = document.getElementById('content');
//-->
</script>
<p class="submit"><input type="submit" name="submit" value="<?php echo $submitbutton_text ?>" style="font-weight: bold;" tabindex="6" />
<p class="submit"><input type="submit" name="editcomment" id="editcomment" value="<?php echo $submitbutton_text ?>" style="font-weight: bold;" tabindex="6" />
<input name="referredby" type="hidden" id="referredby" value="<?php echo $_SERVER['HTTP_REFERER']; ?>" />
</p>