Core doesn't use _ in URL's (admin/settings/site-information).
Let's change
admin/settings/openid_provider
to
admin/settings/openid-provider
and
user/%user/openid_sites
to
user/%user/openid-sites
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 396468_dashes_1.patch | 2.24 KB | aron novak |
| #2 | 396468_dashes.patch | 1.81 KB | alex_b |
| #1 | 396468_dashes.patch | 1.06 KB | alex_b |
Comments
Comment #1
alex_b commentedComment #2
alex_b commentedAnd while I'm at it: some empty lines between menu path definitions contained white spaces, some not - removed the empty lines from hook_menu().
Comment #3
alex_b commentedComment #4
anarcat commentedPatch fails to apply on D6 branch:
Comment #5
anarcat commentedComment #6
aron novakHere is a rerolled patch.
Comment #7
anarcat commentedExcellent, works. Note that it conflicts with #313848: Add section on admin page.
Comment #8
walkah commentedCommitted, thanks guys :-)