Problem/Motivation
responsive_image module still defines the obsolete hook_menu() which was removed in favour of the new routing system
Proposed resolution
Remove the hook_menu() definition from responsive_image module
User interface changes
none
API changes
none
Data model changes
none
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | remove_obsolte-2531568-1.patch | 1.23 KB | willzyx |
Comments
Comment #1
willzyx commentedComment #2
cilefen commentedI checked over the patch and found that all the hook_menu() functionality was migrated to YAML, so this can be removed.
Comment #3
cilefen commented#2531622: The description for the responsive image module admin link should end with a period
Comment #4
alexpottCommitted 5e15b9b and pushed to 8.0.x. Thanks!