From d763c882515595e8695e8b4d69b6068a0fd2ec18 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 21 Jan 2012 08:05:15 -0500 Subject: improved documentation in bootstrap script --- engine/start.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'engine/start.php') 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 */ -- cgit v1.2.3