Merge "Only pass strings to mysqli::real_escape_string"
[lhc/web/wiklou.git] / resources / mediawiki / mediawiki.jqueryMsg.peg
index e059ed1..7879d6f 100644 (file)
@@ -37,6 +37,7 @@ templateParam
 templateName
   = tn:[A-Za-z_]+ { return tn.join('').toUpperCase() }
 
+/* TODO: Update to reflect separate piped and unpiped handling */
 link
   = "[[" w:expression "]]" { return [ 'WLINK', w ]; }