This issue seems very similar to #362889: Move drupal_common_theme() from common.inc into theme.inc
Problem/Motivation
Theme development for drupal is too complicated, and people often don't know where to find the code they are looking for.
Proposed resolution
In order to make the drupal theme process "make more sense" we should move theme functions to where they expect to be located.
Remaining tasks
- move all system module's theme functions back to the system module (system.theme.inc? system.module? ideas?)
- if these theme functions don't "belong" to system module, move them to theme.inc
API changes
?
Comments
Comment #1
bleen commentedhas this already been completed? ... I dont see any theme functions in common.inc any longer
fixed?
Comment #2
c4rl commentedYeah, I'm not sure I understand this one. AFAIK, there haven't been any theme functions in common.inc in D7 or even D6.
@jenlampton, can you clarify?
Comment #3
c4rl commented@jenlampton Do you instead mean theme.inc? Can you provide some examples?
Comment #4
jenlamptonSorry guys, this is duplicate of #362889: Move drupal_common_theme() from common.inc into theme.inc which is now fixed :)
Comment #4.0
jenlamptonadd link to other issue