core/modules/views/src/Plugin/views/field/FieldPluginBase.php (1250: 22): $more_link = _l($more_link_text, $more_link_path, array('attributes' => array('class' => array('views-more-link'))));
core/modules/views/src/Plugin/views/field/FieldPluginBase.php (1457: 17): $value .= _l($text, $path, $options);
core/modules/views/src/Plugin/views/field/Url.php (48: 14) return _l($this->sanitizeValue($value), $value, array('html' => TRUE));

There are also some in comments, but those are being looked at as part of #2410497: Update remaining url() and _l() calls in comments/documentation.

Comments

webchick’s picture

Title: Replace remaining _l() calls in Views » Remove remaining _l() calls in Views

Consistency!

webchick’s picture

dawehner’s picture