A little bug in get_page_number_links function
-
Replace :
$uri = preg_replace('!?page=[0-9]+!', '%_%', $uri );
By :
$uri = preg_replace('!?page=[0-9]+!', '%_%', $uri );
That’s all .
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.