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/registry.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/registry.inc') diff --git a/includes/registry.inc b/includes/registry.inc index 5250a0226..213e03bc5 100644 --- a/includes/registry.inc +++ b/includes/registry.inc @@ -20,9 +20,9 @@ */ /** - * @See drupal_rebuild_code_registry. + * @see registry_rebuild. */ -function _drupal_rebuild_code_registry() { +function _registry_rebuild() { // Reset the resources cache. _registry_get_resource_name(); // Get the list of files we are going to parse. -- cgit v1.2.3