From ce87de665ccaca3c9b25b99705c65d0f5d5b0e83 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 25 Mar 2010 21:30:31 +0000 Subject: [PATCH] Missing comma from previous commits --- includes/api/ApiUndelete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ); -- 2.20.1