Changeset 2165 for trunk/wp-admin/post.php
- Timestamp:
- 01/31/2005 04:22:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/post.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r2122 r2165 430 430 $content = format_to_edit($content); 431 431 $content = apply_filters('comment_edit_pre', $content); 432 433 $comment_status = $commentdata['comment_approved']; 432 434 433 435 include('edit-form-comment.php'); … … 586 588 $newcomment_author_email = $_POST['newcomment_author_email']; 587 589 $newcomment_author_url = $_POST['newcomment_author_url']; 590 $comment_status = $_POST['comment_status']; 588 591 589 592 if (!user_can_edit_post_comments($user_ID, $comment_post_ID)) { … … 613 616 comment_author = '$newcomment_author', 614 617 comment_author_email = '$newcomment_author_email', 618 comment_approved = '$comment_status', 615 619 comment_author_url = '$newcomment_author_url'".$datemodif." 616 620 WHERE comment_ID = $comment_ID"
Note: See TracChangeset
for help on using the changeset viewer.