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