Skip to content
Snippets Groups Projects
Commit 3747906a authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

remove smile() function, fixes #3158

Closes #3158

Merge request studip/studip!2136
parent efb696eb
No related branches found
No related tags found
No related merge requests found
...@@ -330,24 +330,6 @@ function idna_link($link, $mail = false) { ...@@ -330,24 +330,6 @@ function idna_link($link, $mail = false) {
return $link; 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 * create symbols from the shorts
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment