Changeset 9175 for trunk/wp-includes/comment-template.php
- Timestamp:
- 10/14/2008 07:06:18 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r9114 r9175 937 937 * @since 2.7.0 938 938 */ 939 function comment_parent_field() { 939 function comment_id_fields() { 940 global $id; 941 940 942 $replytoid = isset($_GET['replytocom']) ? (int) $_GET['replytocom'] : 0; 943 echo "<input type='hidden' name='comment_post_ID' value='$id' />\n"; 941 944 echo "<input type='hidden' name='comment_parent' id='comment_parent' value='$replytoid' />\n"; 942 945 }
Note: See TracChangeset
for help on using the changeset viewer.