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

remove transformBeforeSave() function, fixes #3159

Closes #3159

Merge request studip/studip!2137
parent 39019d58
No related branches found
No related tags found
No related merge requests found
...@@ -155,17 +155,6 @@ function blubberReady($text, $trim=TRUE) { ...@@ -155,17 +155,6 @@ function blubberReady($text, $trim=TRUE) {
return $formatted !== '' ? sprintf(FORMATTED_CONTENT_WRAPPER, $formatted) : ''; return $formatted !== '' ? sprintf(FORMATTED_CONTENT_WRAPPER, $formatted) : '';
} }
/**
* Obsolete function for compatibility, returns text unchanged.
*
* @param string $text Marked-up text.
* @return string Marked-up text.
* @deprecated since Stud.IP 5.3
*/
function transformBeforeSave($text){
return $text;
}
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
/** /**
......
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