Ver código fonte

D51300-code introduce a typo. `seedlet_the_posts_navigation()` does not exist but `seedlet_the_post_navigation()` does.

ramonjd 4 anos atrás
pai
commit
cbd8e63a85
1 arquivos alterados com 1 adições e 1 exclusões
  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 :