From: Cash Costello Date: Sat, 21 Jan 2012 13:05:15 +0000 (-0500) Subject: improved documentation in bootstrap script X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d763c882515595e8695e8b4d69b6068a0fd2ec18;p=lorea%2Felgg.git improved documentation in bootstrap script --- diff --git a/engine/start.php b/engine/start.php index 00bdc3197..ee878126f 100644 --- a/engine/start.php +++ b/engine/start.php @@ -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 */