Sfoglia il codice sorgente

Update spearhead/functions.php

Co-authored-by: Ben Dwyer <ben@scruffian.com>
Maggie 4 anni fa
parent
commit
6499acd4ca
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      spearhead/functions.php

+ 1 - 1
spearhead/functions.php

@@ -263,7 +263,7 @@ if ( ! function_exists( 'seedlet_entry_meta_footer' ) ) :
 			sprintf(
 			sprintf(
 				wp_kses(
 				wp_kses(
 					/* translators: %s: Name of current post. Only visible to screen readers. */
 					/* 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(
 					array(
 						'span' => array(
 						'span' => array(
 							'class' => array(),
 							'class' => array(),