From ece834e9479fbbc8e22b88fa4d324920243151a5 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 15 Oct 2010 01:33:28 +0000 Subject: [PATCH] MINOR Documentation (from r104402) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112452 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 */