diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-21 08:05:15 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-21 08:05:15 -0500 |
commit | d763c882515595e8695e8b4d69b6068a0fd2ec18 (patch) | |
tree | 1e5f46c242c2365a423d7e4a88b5d8075c906f78 /engine | |
parent | 12c4a61edc0a225677c31f6d26a7a785c065c115 (diff) | |
download | elgg-d763c882515595e8695e8b4d69b6068a0fd2ec18.tar.gz elgg-d763c882515595e8695e8b4d69b6068a0fd2ec18.tar.bz2 |
improved documentation in bootstrap script
Diffstat (limited to 'engine')
-rw-r--r-- | engine/start.php | 9 |
1 files changed, 4 insertions, 5 deletions
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 */ |