npr / nprapi-wordpress

Access the NPR API from within WordPress. This repository is no longer being maintained. See the README for more information.
GNU General Public License v2.0
13 stars 30 forks source link

Check nonces for every single setting in the admin #25

Open benlk opened 8 years ago

benlk commented 8 years ago

In #19, every settings field gained a Wordpress-style nonce. But not all of the validation callbacks actively check nonces, so we should probably give each different setting its own validation callback, which would in turn check that setting's specific nonce.