Changeset 3923 for branches/2.0/wp-admin/edit-form-comment.php
- Timestamp:
- 06/24/06 21:37:24 (3 years ago)
- Files:
-
- branches/2.0/wp-admin/edit-form-comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-admin/edit-form-comment.php
r3826 r3923 90 90 91 91 <p class="submit"><input type="submit" name="editcomment" id="editcomment" value="<?php echo $submitbutton_text ?>" style="font-weight: bold;" tabindex="6" /> 92 <input name="referredby" type="hidden" id="referredby" value="<?php echo $_SERVER['HTTP_REFERER']; ?>" />92 <input name="referredby" type="hidden" id="referredby" value="<?php echo wp_get_referer(); ?>" /> 93 93 </p> 94 94
