浏览代码

Update spearhead/functions.php

Co-authored-by: Ben Dwyer <ben@scruffian.com>
Maggie 4 年之前
父节点
当前提交
6499acd4ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spearhead/functions.php

+ 1 - 1
spearhead/functions.php

@@ -263,7 +263,7 @@ if ( ! function_exists( 'seedlet_entry_meta_footer' ) ) :
 			sprintf(
 				wp_kses(
 					/* translators: %s: Name of current post. Only visible to screen readers. */
-					__( 'Edit <span class="screen-reader-text">%s</span>', 'seedlet' ),
+					__( 'Edit <span class="screen-reader-text">%s</span>', 'spearhead' ),
 					array(
 						'span' => array(
 							'class' => array(),