_coder_review_6x_menu_node_add_warning

Versions
mediamosa-21
_coder_review_6x_menu_node_add_warning()

Code

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

<?php
function _coder_review_6x_menu_node_add_warning() {
  return array(
    '#warning' => t('The node/add/$type menu items are now auto-generated by the menu system in 6.x. You should not declare them in your menu hook. See <a href="@url">node/add is now menu generated</a>.',
      array(
        '@url' => url('http://drupal.org/node/114774#node_add_summary'),
      )
    ),
    '#link' => 'http://drupal.org/node/114774#node_add_summary',
  );
}
?>