MINOR: Added docblock for Subsite::createInitialRecords() (from r80860)

This commit is contained in:
Tom Rix 2010-03-01 02:51:19 +00:00
parent 835208b50f
commit 78c8d364b2

View File

@ -345,6 +345,9 @@ JS;
return ($groupCount > 0);
}
/**
* Overload this function to generate initial records in your newly created subsite.
*/
function createInitialRecords() {
}