Loading views_handler_area_link.inc +6 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,12 @@ class views_handler_area_link extends views_handler_area { continue; } if ('anchor' == $key) { $link_properties['fragment'] = $this->options[$key]; } else { $link_properties[$key] = $this->options[$key]; } // Apply the argument substitutions. if (!empty($tokens)) { Loading Loading
views_handler_area_link.inc +6 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,12 @@ class views_handler_area_link extends views_handler_area { continue; } if ('anchor' == $key) { $link_properties['fragment'] = $this->options[$key]; } else { $link_properties[$key] = $this->options[$key]; } // Apply the argument substitutions. if (!empty($tokens)) { Loading