Explorar o código

Blank Canvas: Clarify comments setting.

Kjell Reigstad %!s(int64=4) %!d(string=hai) anos
pai
achega
03ea491dcb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      blank-canvas/inc/customizer.php

+ 2 - 2
blank-canvas/inc/customizer.php

@@ -134,8 +134,8 @@ if ( ! class_exists( 'Blank_Canvas_Customize' ) ) {
 			$wp_customize->add_control(
 				'show_comments',
 				array(
-					'label'       => esc_html__( 'Enable comments', 'blank-canvas' ),
-					'description' => esc_html__( "Check to show comments underneath each post.", 'blank-canvas' ),
+					'label'       => esc_html__( 'Make comments visible', 'blank-canvas' ),
+					'description' => esc_html__( 'Check to show comments underneath posts. Comments can be configured in "Settings > Discussion".', 'blank-canvas' ),
 					'section'     => 'jetpack_content_options',
 					'priority'    => 10,
 					'type'        => 'checkbox',