I have a bunch of posts to display with pagination. I tested a setup with 3 pages.
I'm using:
posts_nav_link(' | ', '« Previous', 'Next »');
Page 1 and 3 properly display just Previous or Next, but page 2 does not show a separator:
« PreviousNext »
I also tried:
posts_nav_link();
And the default separater is also not showing:
« Previous PageNext Page »
Is this a bug in the latest version of WordPress?