node_overview_types() tests if a content type has a form function defined. My modules do not load form code until needed and form code is not needed in admin/content/types which means my content types are not listed. When I comment out the following line and the matching closing bracket, admin/content/types works.
if (function_exists($type->module .'_form')) {
Comments
Comment #1
marcingy commentedFixed in D7