Changeset 48154 for trunk/src/wp-admin/includes/comment.php
- Timestamp:
- 06/24/2020 12:03:33 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/comment.php
r48102 r48154 93 93 } 94 94 95 wp_update_comment( $_POST);95 return wp_update_comment( $_POST, true ); 96 96 } 97 97
Note: See TracChangeset
for help on using the changeset viewer.