t5-libraries icon indicating copy to clipboard operation
t5-libraries copied to clipboard

isset($_REQUEST[ $this->name ]) ?

Open tivnet opened this issue 10 years ago • 0 comments

return wp_verify_nonce( $_REQUEST[ $this->name ], $this->action );

@toscho Don't you need to verify if $_REQUEST[ $this->name ] is set?

tivnet avatar Mar 12 '14 14:03 tivnet