[Plugin: Taxonomy Images II] PHP nonce notice
-
I get a PHP notice with debug turned on.
Notice: Undefined index: _ciii_nonce … category-images-ii.php on line 188
Doesn’t seem to affect anything since the nonce isn’t set yet, but to get rid of it, I added the following code to line 186 of category-images-ii.php (just before the nonce check)
if (!isset($_REQUEST['_ciii_nonce'])) return;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Taxonomy Images II] PHP nonce notice’ is closed to new replies.