Issue #2067891 by dawehner: Remove override of check_plain().

8.0.x
Nathaniel Catchpole 2013-08-21 06:45:35 +01:00
parent ae52fa173a
commit 928a366d16
1 changed files with 0 additions and 8 deletions

View File

@ -33,14 +33,6 @@ if (!function_exists('variable_get')) {
}
if (!function_exists('check_plain')) {
function check_plain($text) {
return $text;
}
}
}