Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -825,6 +825,10 @@ |
826 | 826 | $row: the revision row for this line |
827 | 827 | $s: the string representing this parsed line |
828 | 828 | |
| 829 | +'PageHistoryPager::getQueryInfo': when a history pager query parameter set is constructed |
| 830 | +$pager: the pager |
| 831 | +$queryInfo: the query parameters |
| 832 | + |
829 | 833 | 'PageRenderingHash': alter the parser cache option hash key |
830 | 834 | A parser extension which depends on user options should install |
831 | 835 | this hook and append its values to the key. |