diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 71b19cc08..76c682c12 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -2521,7 +2521,7 @@ function drupal_set_time_limit($time_limit) { * Returns the path to a system item (module, theme, etc.). * * @param $type - * The type of the item (i.e. theme, theme_engine, module). + * The type of the item (i.e. theme, theme_engine, module, profile). * @param $name * The name of the item for which the path is requested. * |