页面修改

This commit is contained in:
yaoyuan2.chu
2021-03-11 17:39:01 +08:00
parent 2515039d73
commit a29ff4b0b8
8 changed files with 82 additions and 41 deletions
+2 -1
View File
@@ -39,7 +39,8 @@
sprintf(
wp_kses(
/* translators: %s: Name of current post. Only visible to screen readers */
__( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'cyywordpress' ),
// __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'cyywordpress' ),
__( '继续阅读 <span class="screen-reader-text"> "%s"</span>', 'cyywordpress' ),
array(
'span' => array(
'class' => array(),