]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
improved documentation in bootstrap script
authorCash Costello <cash.costello@gmail.com>
Sat, 21 Jan 2012 13:05:15 +0000 (08:05 -0500)
committerCash Costello <cash.costello@gmail.com>
Sat, 21 Jan 2012 13:05:15 +0000 (08:05 -0500)
engine/start.php

index 00bdc319758c709a0dd11898024901c3dbe737cb..ee878126fc80d7ab6319ed69de73fafbb83b7d0a 100644 (file)
@@ -36,13 +36,12 @@ $START_MICROTIME = microtime(true);
  * Configuration values.
  *
  * The $CONFIG global contains configuration values required
- * for running Elgg as defined in the settings.php file.  The following
- * array keys are defined by core Elgg:
+ * for running Elgg as defined in the settings.php file.
  *
- * Plugin authors are encouraged to use get_config() instead of accessing the
- * global directly.
+ * Plugin authors are encouraged to use elgg_get_config() instead of accessing
+ * the global directly.
  *
- * @see get_config()
+ * @see elgg_get_config()
  * @see engine/settings.php
  * @global stdClass $CONFIG
  */