From 703933bc105c932a763f2beb8f8613abeb46b9f1 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 10 Apr 2014 23:27:27 +0200 Subject: [PATCH] Fix typo in comment Change-Id: I18447c07a783f7d68b89b08cf74eed6149f88670 --- includes/specials/SpecialProtectedpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialProtectedpages.php b/includes/specials/SpecialProtectedpages.php index e505ecb391..5b4ccb5ad5 100644 --- a/includes/specials/SpecialProtectedpages.php +++ b/includes/specials/SpecialProtectedpages.php @@ -465,7 +465,7 @@ class ProtectedPagesPager extends TablePager { break; case 'log_comment': - // when timestamp is null, this is a old protection row + // when timestamp is null, this is an old protection row if ( $row->log_timestamp === null ) { $formatted = Html::rawElement( 'span', -- 2.20.1