From 76402a87f366838bf06f6e36a552be43dfb5641c Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 4 Nov 2018 22:32:44 +0100 Subject: Removes dist/ folder. --- dist/inc/pagination.php | 56 ------------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 dist/inc/pagination.php (limited to 'dist/inc/pagination.php') diff --git a/dist/inc/pagination.php b/dist/inc/pagination.php deleted file mode 100644 index 9a6ff79..0000000 --- a/dist/inc/pagination.php +++ /dev/null @@ -1,56 +0,0 @@ -max_num_pages <= 1) return; - - $args = wp_parse_args( $args, array( - 'mid_size' => 2, - 'prev_next' => true, - 'prev_text' => __('«', 'understrap'), - 'next_text' => __('»', 'understrap'), - 'screen_reader_text' => __('Posts navigation', 'understrap'), - 'type' => 'array', - 'current' => max( 1, get_query_var('paged') ), - ) ); - - $links = paginate_links($args); - - ?> - - - - -- cgit v1.2.3