__('Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.'), ); } /** * */ function PMA_transformation_text_plain__formatted($buffer, $options = array(), $meta = '') { return $buffer; } ?>