Skip to content
Snippets Groups Projects
Commit a3dc86a7 authored by lucha's avatar lucha
Browse files

removed obsolete require_once('config.php') from recaptcha-bp plugin

the configuration directive has been moved to wp-config.php, so it was
duplicated. Should solve part of
https://git.autistici.org/ai/noblogs-wp/issues/13
parent a41dbb09
No related branches found
No related merge requests found
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
* @link http://www.google.com/recaptcha * @link http://www.google.com/recaptcha
*/ */
require_once('config.php');
require_once('wp-plugin.php'); require_once('wp-plugin.php');
if (class_exists('ReCAPTCHAPlugin')) if (class_exists('ReCAPTCHAPlugin'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment