浏览代码

Merge pull request #2714 from Automattic/update/spearhead_post_navigation_function_name

Spearhead: update posts navigation function name
Ben Dwyer 4 年之前
父节点
当前提交
7ce4586bb3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spearhead/search.php

+ 1 - 1
spearhead/search.php

@@ -45,7 +45,7 @@ get_header();
 			endwhile;
 
 			// Previous/next page navigation.
-			seedlet_the_posts_navigation();
+			seedlet_the_post_navigation();
 
 			// If no content, include the "No posts found" template.
 		else :