? .git
? upgrade_routine-643124-1.patch
? coder_upgrade/coder_upgrade.drush.inc
Index: coder_upgrade/conversions/coder_upgrade.call.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/coder_upgrade/conversions/coder_upgrade.call.inc,v
retrieving revision 1.28
diff -u -p -r1.28 coder_upgrade.call.inc
--- coder_upgrade/conversions/coder_upgrade.call.inc	12 Aug 2010 01:05:28 -0000	1.28
+++ coder_upgrade/conversions/coder_upgrade.call.inc	31 Aug 2010 20:48:55 -0000
@@ -2480,6 +2480,12 @@ function coder_upgrade_upgrade_call_them
     $name['value'] = 'drupal_placeholder';
     return;
   }
+  // http://drupal.org/node/224333#theme-links-param
+  // new $heading option added to theme('links') for accessibility.
+  if ($theme == 'links') {
+    $item->insertStatementBefore($editor->commentToStatement('// @todo A new $heading parameter has been added for accessibility.'));
+    $item->insertStatementBefore($editor->commentToStatement('// @see http://drupal.org/node/224333#theme-links-param'));
+  }
   // http://drupal.org/node/224333#theme_username
   // theme('username') parameters have changed.
   // Note: this is automatically handled below.
