From d0845aadc629cf10b8eee490a651c039750a1430 Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 1 Jun 2009 23:08:13 -0700 Subject: Workaround for parse_ini_file issue: There's no way to escape a double-quote in a value that's read with parse_ini_file. Using single quotes instead, even if that's not the best style in English. --- modules/akismet/module.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/akismet/module.info') diff --git a/modules/akismet/module.info b/modules/akismet/module.info index dd2df5dd..8655927d 100644 --- a/modules/akismet/module.info +++ b/modules/akismet/module.info @@ -1,3 +1,3 @@ name = Akismet -description = "Filter comments through the Akismet web service to detect and eliminate spam. You'll need a WordPress.com API key to use it." +description = "Filter comments through the Akismet web service to detect and eliminate spam. You'll need a WordPress.com API key to use it." version = 1 -- cgit v1.2.3