Skip to content

Commit

Permalink
Use single line comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Daniel Deepak committed Nov 25, 2017
1 parent c237de8 commit 3d02aef
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ public function render() {
public function process() {
$delete_options = array();

/*
* Nonce verification is handled in `request_handler()`.
*/
// Nonce verification is handled in `request_handler()`.
$delete_options['selected_roles'] = array_get( $_POST, 'smbd_u_roles' ); // WPCS: XSS ok.

$this->process_user_delete( $delete_options );
Expand Down

0 comments on commit 3d02aef

Please sign in to comment.