diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-03-14 15:41:30 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-03-14 15:41:30 +0000 |
| commit | 3747906a6b28926e23eff5fb9aac3a4cfaa954fc (patch) | |
| tree | 9313bc1604326b4ec845cfee956cbdcdaaf9b937 /lib/visual.inc.php | |
| parent | efb696eb4f4e0230fed036348804098d5cf09eba (diff) | |
remove smile() function, fixes #3158
Closes #3158
Merge request studip/studip!2136
Diffstat (limited to 'lib/visual.inc.php')
| -rw-r--r-- | lib/visual.inc.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/visual.inc.php b/lib/visual.inc.php index b9388ac..91b3342 100644 --- a/lib/visual.inc.php +++ b/lib/visual.inc.php @@ -330,24 +330,6 @@ function idna_link($link, $mail = false) { return $link; } - -/** - * Create smileys - * - * This functions converts the smiley codes notation (:name:) as well as the - * available short notation. - * - * @access public - * @param string $text The text to convert - * @return string Converted text - * @deprecated and useless since Stud.IP 5.4 - */ -function smile($text = '') { - trigger_error('Smileys are no longer supported.', E_USER_DEPRECATED); - return $text; -} - - /** * create symbols from the shorts * |
