4 * @addtogroup SpecialPage
9 * @addtogroup SpecialPage
11 class LongPagesPage
extends ShortPagesPage
{
17 function sortDescending() {
25 function wfSpecialLongpages() {
26 list( $limit, $offset ) = wfCheckLimits();
28 $lpp = new LongPagesPage();
30 $lpp->doQuery( $offset, $limit );