Great idea, sadly it is broken
I got it working with the following edit but am not an experienced drupal developer.
// hack, original :$output = l(t('Add a new shortcut'), 'node/add/shortcut', drupal_get_destination());
$output = l(t('Add a new shortcut'), 'node/add/shortcut');
Comments
Comment #1
nestor.mata commentedDestination was using the l() function as Drupal 5, this is fixed for next version.
~Nestor