MINOR: Clarified meaning of SiteTree::

This commit is contained in:
Sam Minnee 2012-04-11 15:48:17 +12:00
parent bc4208097f
commit 7213d2b7dc

View File

@ -122,7 +122,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
static $default_sort = "\"Sort\""; static $default_sort = "\"Sort\"";
/** /**
* If this is false, the class cannot be created in the CMS. * If this is false, the class cannot be created in the CMS by regular content authors, only by ADMINs.
* @var boolean * @var boolean
*/ */
static $can_create = true; static $can_create = true;