From fde46409c7b69843a425a574573538f0033c6912 Mon Sep 17 00:00:00 2001
From: Cameron Tod <cameron.tod@gmail.com>
Date: Fri, 19 Oct 2012 00:29:55 +0100
Subject: [PATCH] Backported Drupal core [#909954] to 6.x. Documented
 "original hook" in hook_theme.

---
 developer/hooks/core.php |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/developer/hooks/core.php b/developer/hooks/core.php
index 538fe97..ca9c7b4 100755
--- a/developer/hooks/core.php
+++ b/developer/hooks/core.php
@@ -2129,6 +2129,9 @@ function hook_taxonomy($op, $type, $array = NULL) {
  *   the 'node' theme hook, 'theme_node' will be assigned to its function. If
  *   the chameleon theme registers the node hook, it will be assigned
  *   'chameleon_node' as its function.
+ * - original hook: A string declaring the original theme hook if this theme
+ *   implementation is actually implementing a suggestion for another theme
+ *   hook.
  * - pattern: A regular expression pattern to be used to allow this theme
  *   implementation to have a dynamic name. The convention is to use __ to
  *   differentiate the dynamic portion of the theme. For example, to allow
-- 
1.7.9.6 (Apple Git-31.1)

