Changeset 28672 for trunk/src/wp-comments-post.php
- Timestamp:
- 06/05/2014 04:37:02 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-comments-post.php
r27192 r28672 133 133 134 134 $comment_id = wp_new_comment( $commentdata ); 135 $comment = get_comment($comment_id); 135 if ( ! $comment_id ) { 136 wp_die( __( "<strong>ERROR</strong>: The comment could not be saved. Please try again later." ) ); 137 } 138 139 $comment = get_comment( $comment_id ); 136 140 137 141 /**
Note: See TracChangeset
for help on using the changeset viewer.