Skip to content

Commit d540bf7

Browse files
committed
Add missing labels in Twenty Nineteen and Twenty Twenty
1 parent dadc25a commit d540bf7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/wp-content/themes/twentynineteen/inc/customizer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function twentynineteen_customize_register( $wp_customize ) {
7575
$wp_customize,
7676
'primary_color_hue',
7777
array(
78+
'label' => __( 'Custom Color', 'twentynineteen' ),
7879
'description' => __( 'Apply a custom color for buttons, links, featured images, etc.', 'twentynineteen' ),
7980
'section' => 'colors',
8081
'mode' => 'hue',

src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ public static function register( $wp_customize ) {
185185
array(
186186
'section' => 'colors',
187187
'settings' => 'accent_hue',
188+
'label' => __( 'Custom Color', 'twentytwenty' ),
188189
'description' => __( 'Apply a custom color for links, buttons, featured images.', 'twentytwenty' ),
189190
'mode' => 'hue',
190191
'active_callback' => static function () use ( $wp_customize ) {

0 commit comments

Comments
 (0)