murtaugh / HTML5-Reset-WordPress-Theme

A style-free WordPress theme to get you started with proper HTML5 semantics and structures.
1.1k stars 286 forks source link

Fix: functions.php/post_navigation(); #84

Closed crs1138 closed 11 years ago

crs1138 commented 11 years ago

Fixes: post_navigation() using get_previous_posts() and get_next_posts() to return value to the echoed string.

ckhicks commented 11 years ago

Perfect, thanks very much for the assist!