menu_perm()menu/menu.module, line 166
Implementation of hook_perm().
<?php function menu_perm() { return array('administer menu'); } ?>