summaryrefslogtreecommitdiff
path: root/includes/registry.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/registry.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/registry.inc')
-rw-r--r--includes/registry.inc4
1 files changed, 2 insertions, 2 deletions
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.