diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 036bfc9ce13dc506e6c053f4344cb6899e63aec6..06752b13a753b1f78cb8618e4b14512de59f3d5d 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -1492,8 +1492,9 @@ function t($string, array $args = array(), array $options = array()) { * page (especially text that may have come from untrusted users, since in that * case it prevents cross-site scripting and other security problems). * - * In most cases, you should use t() rather than this function, since it will - * translate the text (on non-English-only sites) in addition to formatting it. + * In most cases, you should use t() rather than calling this function + * directly, since it will translate the text (on non-English-only sites) in + * addition to formatting it. * * @param $string * A string containing placeholders.