Changes between Initial Version and Version 1 of Ticket #42321, comment 19
- Timestamp:
- 01/18/2019 08:07:19 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42321, comment 19
initial v1 4 4 - the menu name doesn't have a title attribute any longer so checking for `menuName.attr('title')` should be removed? 5 5 - misses some coding standards (mainly: spaces) 6 7 Also, not sure the comment in `script-loader.php` should be a docblock starting with `/**`.