Changeset 1748 for trunk/wp-comments-post.php
- Timestamp:
- 10/05/2004 08:35:22 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r1739 r1748 99 99 header('Pragma: no-cache'); 100 100 $location = (empty($_POST['redirect_to'])) ? $_SERVER["HTTP_REFERER"] : $_POST['redirect_to']; 101 $location = preg_replace('|[^a-z?=&/~.:_-]|i', '', $location); 102 101 103 if ($is_IIS) { 102 104 header("Refresh: 0;url=$location");
Note: See TracChangeset
for help on using the changeset viewer.