r66465 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66464‎ | r66465 | r66466 >
Date:11:31, 15 May 2010
Author:reedy
Status:deferred
Tags:
Comment:
Fix double space in ApiThreadAction
Modified paths:
  • /trunk/extensions/LiquidThreads/api/ApiThreadAction.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/api/ApiThreadAction.php
@@ -727,7 +727,7 @@
728728 "the action being taken. Presently only works for newthread " .
729729 "and reply actions.",
730730 'sortkey' => "Specifies the timestamp to which to set a thread's " .
731 - "sort key. Must be in the form YYYYMMddhhmmss, " .
 731+ "sort key. Must be in the form YYYYMMddhhmmss, " .
732732 "a unix timestamp or 'now'.",
733733 'signature' => 'Specifies the signature to use for that post. Can be ' .
734734 'NULL to specify the default signature',

Status & tagging log