You are here

function messaging_check_plain in Messaging 6.4

Same name and namespace in other branches
  1. 5 messaging.module \messaging_check_plain()
  2. 6 messaging.module \messaging_check_plain()
  3. 6.2 messaging.module \messaging_check_plain()
  4. 6.3 messaging.module \messaging_check_plain()

HTML to text simple filtering.

File

includes/text.inc, line 278
Drupal Messaging Framework - Text filtering functions

Code

function messaging_check_plain($text, $break = NULL) {
  return messaging_text_check_plain($text, $break);
}