summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-02-19 01:07:00 +0000
committerDries Buytaert <dries@buytaert.net>2011-02-19 01:07:00 +0000
commitd58e24b2478349257a193a02a06345c570a4c2b3 (patch)
tree91ed20f55ca14fe9f29472bd08ad73c5345500ad /includes/theme.inc
parent0b5a09cc64e9853e5e56398138e3c725fd63948d (diff)
downloadbrdo-d58e24b2478349257a193a02a06345c570a4c2b3.tar.gz
brdo-d58e24b2478349257a193a02a06345c570a4c2b3.tar.bz2
- Patch #1020906 by RoboPhred: differentiate process/preprocess hook documentation.
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 0b14b9f83..61bd8a8ca 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -2038,6 +2038,9 @@ function _theme_table_cell($cell, $header = FALSE) {
* Adds a default set of helper variables for variable processors and templates.
* This comes in before any other preprocess function which makes it possible to
* be used in default theme implementations (non-overridden theme functions).
+ *
+ * For more detailed information, see theme().
+ *
*/
function template_preprocess(&$variables, $hook) {
global $user;
@@ -2115,6 +2118,9 @@ function _template_preprocess_default_variables() {
/**
* A default process function used to alter variables as late as possible.
+ *
+ * For more detailed information, see theme().
+ *
*/
function template_process(&$variables, $hook) {
// Flatten out classes.