git-svn-id: http://svn.automattic.com/wordpress/trunk@2367 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
810bf22215
commit
16d7d02013
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue