diff --git a/archive.php b/archive.php index 48ae9217d..e623c5676 100644 --- a/archive.php +++ b/archive.php @@ -36,7 +36,7 @@ - + diff --git a/inc/template-tags.php b/inc/template-tags.php index fc44b5919..438958f1d 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -7,13 +7,13 @@ * @package _s */ -if ( ! function_exists( 'the_posts_navigation' ) ) : +if ( ! function_exists( 'posts_navigation' ) ) : /** * 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 posts_navigation() { // Don't print empty markup if there's only one page. if ( $GLOBALS['wp_query']->max_num_pages < 2 ) { return; @@ -299,4 +299,4 @@ function _s_do_social_icons() { ?> - - +