T
TickTackk
Guest
In
PHP:
In
PHP:
Read more
Continue reading...
\XF\Admin\Controller\StyleController
PHP:
Code:
if (strlen($filter['text'])) {
$templateFinder->Template->searchTitle($filter['text'], $filter['prefix']); }
In
\XF\Finder\TemplateFinder
PHP:
Code:
public function searchTitle($match) {
if (strlen($match)) {
$this->where( $this->columnUtf8('title'), 'LIKE', $this->escapeLike($match, '%?%') ); }...
Read more
Continue reading...