wiki.techinc.nl/includes/specials/pagers
Fomafix 33720e7683 AllMessagesTablePager: Avoid double class mw-datatable
This change replaces in the HTML of Special:AllMessages
  <table class="mw-datatable mw-datatable" id="mw-allmessagestable">
by
  <table class="mw-datatable" id="mw-allmessagestable">

Remove unnecessary space at the start of the value of the class
attribute in TablePager.

Inline the one-time used variable
  $tableClass = $this->getTableClass()

Change-Id: I4353d47bda3136cd3a8341677a0288f59895d5c6
2021-10-09 16:59:10 +00:00
..
ActiveUsersPager.php docs: Remove wrong null types 2021-08-26 21:42:03 +02:00
AllMessagesTablePager.php AllMessagesTablePager: Avoid double class mw-datatable 2021-10-09 16:59:10 +00:00
BlockListPager.php Introduce CommentFormatter 2021-09-28 11:13:03 -07:00
CategoryPager.php Change null to [] for html attributes on call of Html functions 2021-09-22 22:47:28 +02:00
ContribsPager.php Rename ParserOutput::{allow,prevent}Clickjacking() -> ::{get,set}PreventClickjacking() 2021-10-01 14:13:47 -04:00
DeletedContribsPager.php DeletedContribsPager row filtering with RevisionStore::isRevisionRow 2021-08-18 15:18:24 -04:00
ImageListPager.php Escape return of Language::formatNum 2021-09-21 00:38:01 +02:00
MergeHistoryPager.php Convert MergeHistory to PageIdentity 2021-05-13 20:35:17 -07:00
NewFilesPager.php Clean up NewFilesPager: remove deprecated and unused services 2021-05-27 13:47:22 +00:00
NewPagesPager.php NewPagesPager: remove unused UserFactory 2021-05-28 00:59:06 +00:00
ProtectedPagesPager.php Introduce CommentFormatter 2021-09-28 11:13:03 -07:00
ProtectedTitlesPager.php Inject services into SpecialProtectedtitles 2020-10-25 23:11:56 +01:00
UsersPager.php Hard deprecate User group methods 2021-07-23 15:00:16 +03:00