summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-11-04 23:43:51 -0500
committerDavid Rothstein <drothstein@gmail.com>2014-11-04 23:43:51 -0500
commit28c34e93e9e2438eb798f9d87fa96a467f432f28 (patch)
tree20c1f7598ef1376901b7f0706bb1e1c96baafde5 /includes/bootstrap.inc
parentcd3826875558cf9cf6faf0a797f9a468e43b44d8 (diff)
downloadbrdo-28c34e93e9e2438eb798f9d87fa96a467f432f28.tar.gz
brdo-28c34e93e9e2438eb798f9d87fa96a467f432f28.tar.bz2
Issue #393538 followup by David_Rothstein: Fixed code style error in check_plain() documentation.
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc2
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