Changeset 41980 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 10/23/2017 10:11:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r41978 r41980 1101 1101 1102 1102 $comment_id = wp_new_comment( $commentdata ); 1103 1104 if ( is_wp_error( $comment_id ) ) { 1105 wp_die( $comment_id->get_error_message() ); 1106 } 1107 1103 1108 $comment = get_comment($comment_id); 1104 1109 if ( ! $comment ) wp_die( 1 );
Note: See TracChangeset
for help on using the changeset viewer.