Problem/Motivation
I have found several typos in the views module - three of them in comments, and one in a variable name ($filter_hander in ExposedFormPluginBase.php).
Proposed resolution
The included patch should fix all the typos I found.
Remaining tasks
None.
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 2989609-4.patch | 967 bytes | sivaji_ganesh_jojodae |
| #2 | views_typos-2989609-2.diff | 2.68 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedJKerschner created an issue. See original summary.
Comment #2
Anonymous (not verified) commentedComment #3
Anonymous (not verified) commentedComment #5
sivaji_ganesh_jojodae commented$filter_hander renamed to $filter_handler.
Other issues in the previous patch seem already fixed.
Comment #6
longwaveSimple fix, looks good.
Comment #7
alexpottCommitted 8ef710c and pushed to 9.0.x, 8.9.x and 8.8.x. Thanks!
Backported to 8.8.x as this is a variable rename.