summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-08-02 19:01:02 +0000
committerDries Buytaert <dries@buytaert.net>2008-08-02 19:01:02 +0000
commit6c1068e48d1d0fcde3afb9b5ecf34df39350acb8 (patch)
tree18608fa197fdba0c0b7a82d6c9cfe66cc51d4c8a /includes/theme.inc
parent9cec02e4728f27eeb21c43c37633c819d379ddeb (diff)
downloadbrdo-6c1068e48d1d0fcde3afb9b5ecf34df39350acb8.tar.gz
brdo-6c1068e48d1d0fcde3afb9b5ecf34df39350acb8.tar.bz2
- Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency.
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);
}