Changeset 48154 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 06/24/2020 12:03:33 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r48115 r48154 1411 1411 $_POST['comment_status'] = $_POST['status']; 1412 1412 } 1413 edit_comment(); 1413 1414 $updated = edit_comment(); 1415 if ( is_wp_error( $updated ) ) { 1416 wp_die( $updated->get_error_message() ); 1417 } 1414 1418 1415 1419 $position = ( isset( $_POST['position'] ) && (int) $_POST['position'] ) ? (int) $_POST['position'] : '-1';
Note: See TracChangeset
for help on using the changeset viewer.