|
@@ -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',
|