From e6366f447476ca797c47608be6c1bac5f71cf48b Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Wed, 7 Jan 2015 09:40:24 -0800 Subject: [PATCH] Revert "Merge branch 'pr/667'" This reverts commit a7c2f89982154a68f4d65a617fc5d5c2dc109cd8. Been meaning to give proper attribution, but Git lost the commit after I edited the merge commit. See #667. --- archive.php | 2 +- inc/template-tags.php | 26 ++++----- index.php | 2 +- languages/_s.pot | 93 +++++++++++++++++------------- sass/modules/_infinite-scroll.scss | 2 +- sass/navigation/_menus.scss | 6 +- search.php | 2 +- single.php | 2 +- style.css | 8 +-- 9 files changed, 75 insertions(+), 68 deletions(-) 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; } ?> -