Definition

fix($buffer, $fix = FALSE)
accessibility/accessibility.php, line 285

Code

<?php
function fix($buffer, $fix = FALSE) {

if ($fix == FALSE) {
return $buffer;
}
?>