Updated: Comment #0
Problem/Motivation
While reviewing #2027183: hook_menu() title callback is ignored on routes
I thought this was a mistake.
Turns out it's in 4 other places.
Since it's fixed in one place in that issue, this issue will fix it in the other places so it's not copied around more.
Proposed resolution
- find all the places: ag "An array of path arguments \(ex: array\('node', '5'\)\)"
- make initial patch (how to: https://drupal.org/contributor-tasks/create-patch)
Remaining tasks
tbd
User interface changes
No.
API changes
No.