diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-06 16:05:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-06 16:05:28 +0000 |
commit | 1f9077ee9263a64eb62cfdb75d7a5233cb86e83c (patch) | |
tree | 951ff40932870affff95e58ae3a2af27b86f1879 /modules/system/system.api.php | |
parent | 36e3d552cfe211cba22d1fc8cf0a7f4b13627179 (diff) | |
download | brdo-1f9077ee9263a64eb62cfdb75d7a5233cb86e83c.tar.gz brdo-1f9077ee9263a64eb62cfdb75d7a5233cb86e83c.tar.bz2 |
- Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data().
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 0fa5aeea3..0efcedbc3 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -530,7 +530,7 @@ function hook_mail_alter(&$message) { /** * Alter the information parsed from module and theme .info files * - * This hook is invoked in module_rebuild_cache() and in system_theme_data(). + * This hook is invoked in _system_get_module_data() and in _system_get_theme_data(). * A module may implement this hook in order to add to or alter the data * generated by reading the .info file with drupal_parse_info_file(). * |