diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-06-09 21:05:33 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-06-09 21:05:33 -0700 |
commit | 5f7dfc272e3188fbced26a72881176c98481cfb0 (patch) | |
tree | 64b430962487718c2a5838237fe9a8971da9dd15 /modules/akismet/module.info | |
parent | 7e4fcb97cb4a575811c1e84ced07fbaf4d7ed7ba (diff) |
Remove double quotes from module.info (theme.info) attribute values.
(actually, we did that before: Now removing HTML element attributes since they were delimited by single quotes because PHP's ini parser can't
deal with double-quotes in values.)
Background:
Requiring all l10n messages a) to be well-formed HTML and b) to use double-quotes as HTML element attributes, since the l10n server side
validation normalizes all attribute delimiters to double-quotes). See ticket #254.
Diffstat (limited to 'modules/akismet/module.info')
-rw-r--r-- | modules/akismet/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/akismet/module.info b/modules/akismet/module.info index 8655927d..d45d8a7b 100644 --- a/modules/akismet/module.info +++ b/modules/akismet/module.info @@ -1,3 +1,3 @@ name = Akismet -description = "Filter comments through the <a href='http://akismet.com'>Akismet web service</a> to detect and eliminate spam. You'll need a <a href='http://wordpress.com/api-keys/'>WordPress.com API</a> key to use it." +description = "Filter comments through the Akismet web service to detect and eliminate spam (http://akismet.com). You'll need a WordPress.com API key to use it." version = 1 |