Aha, I found the issue. It wasn’t with your patches at all, it was with the contact-form-7-recaptcha-extension .. I had to remove a bunch of stuff from it (basically took out all the multisite code checking in it, too – to force it to be NON multi site).
I’m using the wp-recaptcha plugin in conjunction with the contact-form-7 to try to help cut down spam on the contact forms (who would want to viagra spam a police department is beyond me!)…
Anyway, if you’re wanting the fix, here it is:
https://itofkc.net/WPASDPlugin.class.txt
Drop that into your
wp-content/plugins/contact-form-7-recaptcha-extension/includes/
as
WPASDPlugin.class.php
(back up your old one first. This is for the version that lists itself as 0.0.8)
By the way, thank you!!