Posted by dawehner on January 25, 2009 at 1:43pm
4 followers
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | base system |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
i recognized the functions template_preprocess_node/block in the file inclues/theme.inc
this is for me not the logically place, they should be in modules/node/node.module and modules/block/block.module
any oppinions about it?
Comments
#1
here is a fast patch
perhaps a argument for doing this is also that you could include theme.inc without want to use node/block module. Only use the awesomeness of stuff like theme_item_list
#2
The last submitted patch failed testing.
#3
rerole
it seams that preprocess_block moved to block.module
#4
Good call. If the block function has already moved, it makes sense to move the node function too...
#5
Committed to CVS HEAD. Thanks.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.