From 6c12757a91398dd42c74c786f89345f6bc791c56 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 9 May 2010 20:11:00 +0000 Subject: [PATCH] MINOR Documentation git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@104402 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/sitefeatures/SSAkismet.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/code/sitefeatures/SSAkismet.php b/code/sitefeatures/SSAkismet.php index 2bf0d8fe..60da63ac 100644 --- a/code/sitefeatures/SSAkismet.php +++ b/code/sitefeatures/SSAkismet.php @@ -1,5 +1,21 @@ + * SSAkismet::setAPIKey(''); + * + * + * You can then view spam for a page by appending ?showspam=1 to the url, or use the {@link CommentAdmin} in the CMS. + * + * @see http://demo.silverstripe.com/blog Demo of SSAkismet in action + * * @package cms * @subpackage comments */