Changeset 58069 for trunk/src/wp-admin/comment.php
- Timestamp:
- 05/01/2024 05:59:05 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r56570 r58069 17 17 */ 18 18 global $action; 19 wp_reset_vars( array( 'action' ) ); 19 20 $action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; 20 21 21 22 if ( isset( $_POST['deletecomment'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.