summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index bfbdc285c..08d2010cc 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -2069,9 +2069,10 @@ function system_admin_menu_block($item) {
}
/**
- * Checks the existence of the directory specified in $form_element. This
- * function is called from the system_settings form to check both core file
- * directories (file_public_path, file_private_path, file_temporary_path).
+ * Checks the existence of the directory specified in $form_element.
+ *
+ * This function is called from the system_settings form to check all core
+ * file directories (file_public_path, file_private_path, file_temporary_path).
*
* @param $form_element
* The form element containing the name of the directory to check.