瀏覽代碼

Update spearhead/search.php

Co-authored-by: Ben Dwyer <ben@scruffian.com>
Maggie 4 年之前
父節點
當前提交
a51e47b462
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>' );
 						?>