From 28c34e93e9e2438eb798f9d87fa96a467f432f28 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Tue, 4 Nov 2014 23:43:51 -0500 Subject: Issue #393538 followup by David_Rothstein: Fixed code style error in check_plain() documentation. --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/bootstrap.inc') 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 -- cgit v1.2.3