git-svn-id: http://svn.automattic.com/wordpress/trunk@2367 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-02-21 05:53:09 +00:00
parent 810bf22215
commit 16d7d02013
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>