From 52e413c1a70548e9a51057b654227f59a49e6f08 Mon Sep 17 00:00:00 2001 From: NovemLinguae Date: Tue, 25 Jul 2023 01:22:57 -0700 Subject: [PATCH] ce --- modules/friendlytag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/friendlytag.js b/modules/friendlytag.js index b815af70d..aaf7f6f23 100644 --- a/modules/friendlytag.js +++ b/modules/friendlytag.js @@ -53,7 +53,7 @@ Twinkle.tag.callback = function friendlytagCallback() { format: 'json', page_id: mw.config.get('wgArticleId') }).then(function(response) { - // figure out whether the article is marked as reviewed in PageTriage + // Figure out whether the article is marked as reviewed in PageTriage. // Recent articles will have a patrol_status that we can read. // For articles that have been out of the new pages feed for awhile, pages[0] will be undefined. var isReviewed = response.pagetriagelist.pages[0] ?