diff --git a/archive.php b/archive.php index b0a1971b..3d0efcc9 100644 --- a/archive.php +++ b/archive.php @@ -34,7 +34,7 @@ get_header(); ?> - + diff --git a/inc/template-tags.php b/inc/template-tags.php index 2dd9175b..ebeaca6b 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -7,28 +7,26 @@ * @package _s */ -if ( ! function_exists( 'the_posts_navigation' ) ) : +if ( ! function_exists( '_s_paging_nav' ) ) : /** * Display navigation to next/previous set of posts when applicable. - * - * @todo Remove this function when WordPress 4.3 is released. */ -function the_posts_navigation() { +function _s_paging_nav() { // Don't print empty markup if there's only one page. if ( $GLOBALS['wp_query']->max_num_pages < 2 ) { return; } ?> -