_coder_review_7x_actions_synchronize_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1136
<?php
function _coder_review_7x_actions_synchronize_warning() {
return array(
'#warning' => t('Parameters for !actions_synchronize() have changed',
array(
'!actions_synchronize()' => theme('drupalapi', 'actions_synchronize', 7),
)
),
'#link' => 'http://drupal.org/node/224333#actions_synchronize',
);
}
?>