From: Sam Reed Date: Mon, 10 May 2010 13:30:22 +0000 (+0000) Subject: Nicer wording, as per werdna on irc X-Git-Tag: 1.31.0-rc.0~36904 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=72a96d86ad4693ff761339bb5e176536ed4a304e;p=lhc%2Fweb%2Fwiklou.git Nicer wording, as per werdna on irc --- diff --git a/includes/api/ApiParse.php b/includes/api/ApiParse.php index 5618f97210..86587133cc 100644 --- a/includes/api/ApiParse.php +++ b/includes/api/ApiParse.php @@ -323,8 +323,8 @@ class ApiParse extends ApiBase { 'pst' => array( 'Do a pre-save transform on the input before parsing it.', 'Ignored if page or oldid is used.' ), - 'onlypst' => array( 'Do a PST on the input, but don\'t parse it.', - 'Returns PSTed wikitext. Ignored if page or oldid is used.' + 'onlypst' => array( 'Do a pre-save transform (PST) on the input, but don\'t parse it.', + 'Returns the same wikitext, after a PST has been applied. Ignored if page or oldid is used.' ), 'uselang' => 'Which language to parse the request in.' );