From: Sam Reed Date: Thu, 25 Mar 2010 21:30:31 +0000 (+0000) Subject: Missing comma from previous commits X-Git-Tag: 1.31.0-rc.0~37350 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Category:Foo?a=commitdiff_plain;h=ce87de665ccaca3c9b25b99705c65d0f5d5b0e83;p=lhc%2Fweb%2Fwiklou.git Missing comma from previous commits --- diff --git a/includes/api/ApiUndelete.php b/includes/api/ApiUndelete.php index 105474a369..dcc79d06ce 100644 --- a/includes/api/ApiUndelete.php +++ b/includes/api/ApiUndelete.php @@ -127,7 +127,7 @@ class ApiUndelete extends ApiBase { 'title' => 'Title of the page you want to restore.', 'token' => 'An undelete token previously retrieved through list=deletedrevs', 'reason' => 'Reason for restoring (optional)', - 'timestamps' => 'Timestamps of the revisions to restore. If not set, all revisions will be restored.' + 'timestamps' => 'Timestamps of the revisions to restore. If not set, all revisions will be restored.', 'watch' => 'Add the page to your watchlist', 'unwatch' => 'Remove the page from your watchlist', );