Home
last modified time | relevance | path

Searched +full:about +(+path:plugin +path:translation) -(+path:plugin +path:translation +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/translation/
H A Dhelper.php176 * Return the (localized) about link
184 $about = $this->getConf('about');
186 [, $idpart] = $this->getTransParts($about);
187 [$about, ] = $this->buildTransID($curlc, $idpart);
188 $about = cleanID($about);
192 $out .= html_wikilink($about, '?');
239 //show title and about
240 if (isset($this->opts['title']) || $this->getConf('about')) {
[all...]
/plugin/translation/conf/
H A Ddefault.php16 $conf['about'] = '';
H A Dmetadata.php18 $meta['about'] = array('string','_pattern' => '/^(|[\w:\-]+)$/');