# HG changeset patch # User Nathan Phillip Brink # Date 2010-12-08 20:43:52 # Node ID 2092dc6f277458f1cff92086dbdb7b247260ed0a # Parent acb3d2aace0cd4c282d6cdf87fcee0f1d42aeee4 Minor docs for Page::__construct(). diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -83,6 +83,8 @@ class page /** * \param $ntitle * Must be a valid HTML string (i.e., escaped with htmlentities()). + * \param $nscripts + * An array of strings identifying the scripts to include for this page. */ public function __construct($ntitle, $nscripts = array(), $immediate = TRUE) {