From 78c8d364b2024d0b9c5d7db9574ef46ab9c225fc Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Mon, 1 Mar 2010 02:51:19 +0000 Subject: [PATCH] MINOR: Added docblock for Subsite::createInitialRecords() (from r80860) --- code/Subsite.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/Subsite.php b/code/Subsite.php index d03988c..476f77a 100644 --- a/code/Subsite.php +++ b/code/Subsite.php @@ -345,6 +345,9 @@ JS; return ($groupCount > 0); } + /** + * Overload this function to generate initial records in your newly created subsite. + */ function createInitialRecords() { }