From fa0856174843ef48c5561f9975004292178143f5 Mon Sep 17 00:00:00 2001 From: Johan Nielsen Date: Fri, 30 Mar 2018 00:49:31 +0200 Subject: [PATCH] Update functions.php --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index b552677..55179a9 100644 --- a/functions.php +++ b/functions.php @@ -31,7 +31,7 @@ require get_template_directory() . '/inc/enqueue.php'; require get_template_directory() . '/inc/template-tags.php'; /** - * Custom template tags for this theme. + * Custom pagination for this theme. */ require get_template_directory() . '/inc/pagination.php';