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(
| Comment | File | Size | Author |
|---|---|---|---|
| submitagain.patch | 705 bytes | drewish |
Comments
Comment #1
deekayen commentedCommitted in CVS revision 1.2.2.3.