Problem/Motivation
menu_get_item returns all information about a given menu item except for the load arguments which are used to load a wildcard object.
Proposed resolution
Add an entry in _menu_load_objects which adds the arguments to the returned array once they've been processed.
Remaining tasks
None.
User interface changes
None.
API changes
Update to the function signature to explain the new array item.
Related Issues
None.