function _coder_6x_new_menu_loop_warning in Coder 6.2
Same name and namespace in other branches
- 5.2 includes/coder_6x.inc \_coder_6x_new_menu_loop_warning()
- 6 includes/coder_6x.inc \_coder_6x_new_menu_loop_warning()
1 string reference to '_coder_6x_new_menu_loop_warning'
- coder_6x_reviews in includes/
coder_6x.inc - Implementation of hook_reviews().
File
- includes/
coder_6x.inc, line 594 - This include file implements coder functionality for 5.x -> 6.x upgrades.
Code
function _coder_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',
);
}