- Coding standards fixes
- Redundant check_plain()'s and t()'s
- Use module_implements() instead of module_list() and module_hook() double loops
- Coding standards fixes
- Redundant check_plain()'s and t()'s
- Use module_implements() instead of module_list() and module_hook() double loops
Comments
Comment #3
avpadernoIf you think it is better, we could first change the part that returns the output of the module, so the changes I have done could be committed.
As alternative, I can re-undo all the changes, and we can start from the beginning again.
Comment #4
dave reidI think the theme-related part of the patch should be a separate issue that would be best committed after the code files have been split up so they can go in opensearch.pages.inc.
Comment #5
avpadernoI have put away the code I was starting to develop, and I restored the code from CVS. I re-ordered the code, and added some documentation comments.
Comment #6
dave reidCommitted initial clean-up and now working on the code split. There's a lot more clean-ups that will be fixed along the way.