Skip to content

Commit

Permalink
Escaping for security.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Feb 12, 2023
1 parent 224dbcc commit 3346c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-comment-editing.php
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ function sce_plugin_activate_redirect() {
}

$settings_url = admin_url( 'options-general.php?page=comment-edit-lite' );
wp_safe_redirect( $settings_url );
wp_safe_redirect( esc_url( $settings_url ) );
exit;
}
}

0 comments on commit 3346c3e

Please sign in to comment.