2013-06-29, 08:55:19
Hullo Martin,
I've decided to integrate pagify for a plugin and noticed one tiny correction that needs making on line 146:
Change:
To:
Otherwise the new links will never be shown in the paginated navigation.
Thanks again for the extendable nature of your plugins.
I've decided to integrate pagify for a plugin and noticed one tiny correction that needs making on line 146:
Change:
PHP Code:
return $pages[$pageNum] . "\n" . return_pagify_navigation(count($pages), $pageNum);
To:
PHP Code:
return $pages[$pageNum] . "\n" . return_pagify_navigation(count($pages), $pageNum, $link);
Otherwise the new links will never be shown in the paginated navigation.
Thanks again for the extendable nature of your plugins.