diff options
-rw-r--r-- | includes/bootstrap.inc | 2 | ||||
-rw-r--r-- | includes/common.inc | 2 | ||||
-rw-r--r-- | modules/system/system.install | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 568b66190..13c912cf4 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -636,7 +636,7 @@ function drupal_settings_initialize() { * the above, depending on where the module is located. * * @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 filename is requested. * @param $filename 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. * diff --git a/modules/system/system.install b/modules/system/system.install index bf0d6b2f5..e3285ce43 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1445,7 +1445,7 @@ function system_schema() { 'default' => '', ), 'type' => array( - 'description' => 'The type of the item, either module, theme, or theme_engine.', + 'description' => 'The type of the item, either module, theme, theme_engine, or profile.', 'type' => 'varchar', 'length' => 12, 'not null' => TRUE, |