diff --git a/core/modules/link/link.module b/core/modules/link/link.module index bfd6ebf..359d250 100644 --- a/core/modules/link/link.module +++ b/core/modules/link/link.module @@ -99,7 +99,7 @@ function link_field_presave(EntityInterface $entity, $field, $instance, $langcod function link_theme() { return array( 'link_formatter_link_separate' => array( - 'variables' => array('title' => NULL, 'url_title' => NULL, 'href' => NULL, 'options' => array()), + 'variables' => array('title' => NULL, 'url_title' => NULL, 'path' => NULL, 'options' => array()), ), ); } @@ -113,7 +113,7 @@ function theme_link_formatter_link_separate($vars) { if (!empty($vars['title'])) { $output .= '