For performance and memory-usage's sake I think its a good idea to split the diff.module file up into diff.module and diff.pages.inc.
diff.module
hook implementations + diff_node_form_build_preview_changes()
diff.pages.inc
all other functions
For performance and memory-usage's sake I think its a good idea to split the diff.module file up into diff.module and diff.pages.inc.
diff.module
hook implementations + diff_node_form_build_preview_changes()
diff.pages.inc
all other functions
Comments
Comment #1
yhahn commentedThis change has been made.