Changeset 6354 for trunk/wp-admin/includes/comment.php
- Timestamp:
- 12/05/2007 12:29:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/comment.php
r5821 r6354 9 9 10 10 function edit_comment() { 11 global $user_ID;12 11 13 $comment_ID = (int) $_POST['comment_ID'];14 12 $comment_post_ID = (int) $_POST['comment_post_ID']; 15 13
Note: See TracChangeset
for help on using the changeset viewer.