diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 5788cf7d9..fa7e93a58 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -1568,7 +1568,7 @@ function format_string($string, array $args = array()) { * Also validates strings as UTF-8 to prevent cross site scripting attacks on * Internet Explorer 6. * - * @param $text string + * @param string $text * The text to be checked or processed. * * @return string |