null Core_Text::_auto_link_urls_callback2( )
protected static function _auto_link_urls_callback2($matches) { return HTML::anchor('http://' . $matches[0], $matches[0]); }