function menu_link_attributes_preprocess_menu in Menu Link Attributes 8
Implements template_preprocess_menu().
File
- ./
menu_link_attributes.module, line 230 - Core file of the Menu Link Attributes module.
Code
function menu_link_attributes_preprocess_menu(&$variables) {
_menu_link_attributes_preprocess_menu_items($variables['items']);
}