X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/410bfa05ee36ed1d99356c443a5f3f6aa3ee9578..fdb19c9a18ceb90295c89929282d373c24de7b6e:/forum/settings/extkeys.py
diff --git a/forum/settings/extkeys.py b/forum/settings/extkeys.py
index abe860b..9d439df 100644
--- a/forum/settings/extkeys.py
+++ b/forum/settings/extkeys.py
@@ -12,16 +12,4 @@ GOOGLE_ANALYTICS_KEY = Setting('GOOGLE_ANALYTICS_KEY', '', EXT_KEYS_SET, dict(
label = _("Google analytics key"),
help_text = _("Your Google analytics key. You can get one at the Google analytics official website"),
required=False))
-WORDPRESS_API_KEY = Setting('WORDPRESS_API_KEY', '', EXT_KEYS_SET, dict(
-label = _("Wordpress API key"),
-help_text = _("Your Wordpress API key. You can get one at http://wordpress.com/"),
-required=False))
-
-WORDPRESS_BLOG_URL = Setting('WORDPRESS_BLOG_URL', '', EXT_KEYS_SET, dict(
-label = _("Wordpress blog url"),
-help_text = _("Your Wordpress blog url. You can get one at http://wordpress.com/"),
-required=False))
-
-
-