Show
Ignore:
Timestamp:
06/24/06 21:37:24 (3 years ago)
Author:
ryan
Message:

Use wp_get_referer(). fixes #2800 #2855

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.0/wp-admin/edit-form-comment.php

    r3826 r3923  
    9090 
    9191<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(); ?>" /> 
    9393</p> 
    9494