_coder_review_6x_new_menu_loop_warning

Versions
mediamosa-21
_coder_review_6x_new_menu_loop_warning()

Code

sites/all/modules/coder/coder_review/includes/coder_review_6x.inc, line 585

<?php
function _coder_review_6x_new_menu_loop_warning() {
  return array(
    '#warning' => t('The menu system has been completely over-hauled in 6.x, and if you are looping, you are probably doing something wrong.'),
    '#link' => 'http://drupal.org/node/103114',
  );
}
?>