From 72a96d86ad4693ff761339bb5e176536ed4a304e Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 10 May 2010 13:30:22 +0000 Subject: [PATCH] Nicer wording, as per werdna on irc --- includes/api/ApiParse.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.' ); -- 2.20.1