summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 424cde1c0..de11a1416 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -256,7 +256,7 @@ function _theme_save_registry($theme, $registry) {
* when modules are added to the system, or when a dynamic system needs
* to add more theme hooks.
*/
-function drupal_rebuild_theme_registry() {
+function drupal_theme_rebuild() {
cache_clear_all('theme_registry', 'cache', TRUE);
}