Home
last modified time | relevance | path

Searched refs:imageTitleTag (Results 1 – 2 of 2) sorted by last modified time

/plugin/emoji/emojione/
H A DClient.php20 public $imageTitleTag = true; variable in Emojione\\Client
257 $titleTag = $this->imageTitleTag ? 'title="'.htmlspecialchars($shortname).'"' : '';
351 $titleTag = $this->imageTitleTag ? 'title="'.htmlspecialchars($shortname).'"' : '';
469 $titleTag = $this->imageTitleTag ? 'title="'.htmlspecialchars($shortname).'"' : '';
H A DEmojione.php15 public static $imageTitleTag = true; variable in Emojione\\Emojione
89 static::$imageTitleTag = $client->imageTitleTag;
113 $client->imageTitleTag = static::$imageTitleTag;