From 6c1068e48d1d0fcde3afb9b5ecf34df39350acb8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 2 Aug 2008 19:01:02 +0000 Subject: - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/theme.inc') 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); } -- cgit v1.2.3