X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FEditPage.php;h=5ce703ef34b4c2d26c307d439f2a31b310887c41;hb=a3bc78374678885f13a61505cd27c9a0f0f61d6a;hp=1f526cce3e09b665f005dcc762e1162530b8f01f;hpb=9e762fd04b4efbf36d831947198007ab7266bbef;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/EditPage.php b/includes/EditPage.php index 1f526cce3e..5ce703ef34 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1515,7 +1515,7 @@ class EditPage { * @private * @todo document * - * @parma $editText string + * @param $editText string * * @return bool */ @@ -1582,7 +1582,7 @@ class EditPage { /** * Check given input text against $wgSpamRegex, and return the text of the first match. * - * @parma $text string + * @param $text string * * @return string|bool matching string or false */ @@ -2992,8 +2992,8 @@ HTML * failure, etc). * * @todo This doesn't include category or interlanguage links. - * Would need to enhance it a bit, maybe wrap them in XML - * or something... that might also require more skin + * Would need to enhance it a bit, "maybe wrap them in XML + * or something..." that might also require more skin * initialization, so check whether that's a problem. */ function livePreview() {