The underscore in node type names gets replaced with a dash. From node_menu():

 foreach (node_get_types('types', NULL, TRUE) as $type) {
    $type_url_str = str_replace('_', '-', $type->type);
    $items['node/add/'. $type_url_str] = array(
CommentFileSizeAuthor
submitagain.patch705 bytesdrewish

Comments

deekayen’s picture

Status: Needs review » Fixed

Committed in CVS revision 1.2.2.3.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.