Browse Source

Merge pull request #2714 from Automattic/update/spearhead_post_navigation_function_name

Spearhead: update posts navigation function name
Ben Dwyer 4 years ago
parent
commit
7ce4586bb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spearhead/search.php

+ 1 - 1
spearhead/search.php

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