You are here

function _messaging_htmlmail_expand_links in Messaging 7

Callback for preg_replace_callback()

File

messaging_htmlmail/messaging_htmlmail.inc, line 495
Drupal Messaging Framework - Send_Method class file

Code

function _messaging_htmlmail_expand_links($matches) {
  return $matches[1] . _messaging_htmlmail_url($matches[2]);
}