Changeset 4656 for trunk/wp-content/themes/default/comments-popup.php
- Timestamp:
- 12/21/2006 10:10:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments-popup.php
r4495 r4656 61 61 <label for="author">Name</label> 62 62 <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> 63 <input type="hidden" name="redirect_to" value="<?php echo wp_specialchars($_SERVER["REQUEST_URI"]); ?>" />63 <input type="hidden" name="redirect_to" value="<?php echo attribute_escape($_SERVER["REQUEST_URI"]); ?>" /> 64 64 </p> 65 65
Note: See TracChangeset
for help on using the changeset viewer.