1 drupal.inc | drupal_wrap_mail($text, $indent = '') |
Performs format=flowed soft wrapping for mail (RFC 3676).
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 2092 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_wrap_mail($text, $indent = '') {
watchdog_deprecated_function('drupal', __FUNCTION__);
return backdrop_wrap_mail($text, $indent);
}