Extension:CheckUser/Hooks/CheckUserFormatRow
Appearance
For more information about attaching hooks, see Manual:Hooks.
For examples of other extensions using this hook, see Category:CheckUserFormatRow extensions.
A database row in the timeline pager is rendered from the $rowItems array. First the items in the 'links' array are rendered, followed by the items in the 'info' array.
Parameters
[edit]$context: An instance ofIContextSource$row: AstdClassDatabase row from the cu_changes table&$rowItems: A two-dimensionalarrayof HTML strings. The items within these arrays may be added to, removed or reordered. Any string added must be properly escaped. For convenience the HTML strings have array keys, but they are not rendered. It contains the following keys:'links''info'