The implementation of hook_theme just calls genesis_theme (the hook_theme for the genesis parent). I believe the theme system will call hook_theme for all of the parent themes, and hence this is redundant.
The implementation of hook_theme just calls genesis_theme (the hook_theme for the genesis parent). I believe the theme system will call hook_theme for all of the parent themes, and hence this is redundant.
Comments
Comment #1
Jeff Burnz commentedIn genesis two its been removed, but I still need to update these subthemes to the newer version.