Issue #2067891 by dawehner: Remove override of check_plain().
parent
ae52fa173a
commit
928a366d16
|
@ -33,14 +33,6 @@ if (!function_exists('variable_get')) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!function_exists('check_plain')) {
|
|
||||||
|
|
||||||
function check_plain($text) {
|
|
||||||
return $text;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue