Browse Source

Update spearhead/search.php

Co-authored-by: Ben Dwyer <ben@scruffian.com>
Maggie 4 years ago
parent
commit
a51e47b462
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spearhead/search.php

+ 1 - 1
spearhead/search.php

@@ -28,7 +28,7 @@ get_header();
 					<header class="entry-header default-max-width">
 						<?php
 						if ( is_sticky() && is_home() && ! is_paged() ) {
-							printf( '<span class="sticky-post">%s</span>', _x( 'Featured', 'post', 'seedlet' ) );
+							printf( '<span class="sticky-post">%s</span>', _x( 'Featured', 'post', 'spearhead' ) );
 						}
 						the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' );
 						?>