6 uses of MENU_CREATED_BY_ADMIN in Drupal 5
- menu_edit_item_form in modules/
menu/ menu.module - Present the menu item editing form.
- menu_overview_tree in modules/
menu/ menu.module - Present the menu tree, rendered along with links to edit menu items.
- menu_overview_tree_rows in modules/
menu/ menu.module - _menu_append_contextual_items in includes/
menu.inc - Account for menu items that are only defined at certain paths, so will not be cached.
- _menu_build in includes/
menu.inc - Build the menu by querying both modules and the database.
- _menu_item_is_accessible in includes/
menu.inc - Determine whether the given menu item is accessible to the current user.