diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc index 4e4a0e356..bd41d283c 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -2871,8 +2871,8 @@ function drupal_clear_css_cache() { * a JavaScript file. Defaults to TRUE. * - preprocess * Aggregate the JavaScript if the JavaScript optimization setting has - * been toggled in admin/settings/performance. Note that JavaScript of - * type 'external' is not aggregated. Defaults to TRUE. + * been toggled in admin/config/development/performance. Note that + * JavaScript of type 'external' is not aggregated. Defaults to TRUE. * @return * The contructed array of JavaScript files. * @see drupal_get_js() |