Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
theme system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 May 2007 at 22:01 UTC
Updated:
29 Jun 2011 at 21:51 UTC
The doxygen notes for theme() mentions template_preprocess(&$variables) which is invalid. It got lost after the variable functions where switched around.
| Comment | File | Size | Author |
|---|---|---|---|
| theme_doc.patch | 1.12 KB | dvessel |
Comments
Comment #1
merlinofchaos commentedThere is still no 'named module' so the updated comment isn't that helpful.
Say something like "This is for use by the module that registers the the theme template and will be called first"
I'm not really happy with that either; I'm at a bit of a loss for words on properly documenting this, so some refinement here is in order.
Comment #2
tr commentedtemplate_preprocess() is back in D6, commit http://drupalcode.org/project/drupal.git/commitdiff/43d73f81
The doxygen comments for theme() have also been changed, and the comment in #1 is no longer relevant.
Nothing left to do in this issue.