X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/4128d661e981e887019a448762c6b912de5efb6b..0bd53bfd0a08e9949651ec35bf22048db8e740d9:/forum/settings/extkeys.py diff --git a/forum/settings/extkeys.py b/forum/settings/extkeys.py index 16afd7c..9d439df 100644 --- a/forum/settings/extkeys.py +++ b/forum/settings/extkeys.py @@ -13,7 +13,3 @@ 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))