You are here

function _coder_6x_confirm_form_warning in Coder 6.2

Same name and namespace in other branches
  1. 5.2 includes/coder_6x.inc \_coder_6x_confirm_form_warning()
  2. 5 includes/coder_6x.inc \_coder_6x_confirm_form_warning()
  3. 6 includes/coder_6x.inc \_coder_6x_confirm_form_warning()

File

includes/coder_6x.inc, line 817
This include file implements coder functionality for 5.x -> 6.x upgrades.

Code

function _coder_6x_confirm_form_warning() {
  return array(
    '#warning' => t('The arguments to !confirm_form() have changed', array(
      '!confirm_form' => theme('drupalapi', 'confirm_form', '6'),
    )),
    '#link' => 'http://drupal.org/node/114774#confirm-form-args',
  );
}