I have a few custom pages in 3.0.x where i was utilizing vb's pager function. i am trying to port my old scripts/pages to 3.5 but now i am getting this error
Warning: Missing argument 4 for construct_page_nav() in
/includes/functions.php on line
1789 at this line:
PHP Code:
$pagenav = construct_page_nav($glossary_count['count'], "index.php?", "&sort=$sortfield&order=$sortorder&pp=$perpage");
What is the 4th argument for the construct_page_nav()?