X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiUndelete.php;h=332ed511575549010081dfd29408f0828606cbf3;hb=1e654405af3a9f41cd9ccf6803a610b559dff92c;hp=4bbe568d0beb85b9ef485e15d0f8eff8e7302cc4;hpb=99e968b5aa933a33a45216f6355f00780a0cf203;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiUndelete.php b/includes/api/ApiUndelete.php index 4bbe568d0b..332ed51157 100644 --- a/includes/api/ApiUndelete.php +++ b/includes/api/ApiUndelete.php @@ -122,8 +122,10 @@ 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', - 'timestamps' => 'Timestamps of the revisions to restore. If not set, all revisions will be restored.', - 'watchlist' => 'Unconditionally add or remove the page from your watchlist, use preferences or do not change watch', + 'timestamps' => 'Timestamps of the revisions to restore. If not set, all ' . + 'revisions will be restored.', + 'watchlist' => 'Unconditionally add or remove the page from your ' . + 'watchlist, use preferences or do not change watch', ); } @@ -140,8 +142,8 @@ class ApiUndelete extends ApiBase { public function getDescription() { return array( - 'Restore certain revisions of a deleted page. A list of deleted revisions (including timestamps) can be', - 'retrieved through list=deletedrevs' + 'Restore certain revisions of a deleted page. A list of deleted revisions ', + '(including timestamps) can be retrieved through list=deletedrevs.' ); }