diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php index c45af67d8f..7bed232913 100644 --- a/src/wp-includes/class-wp-customize-control.php +++ b/src/wp-includes/class-wp-customize-control.php @@ -532,7 +532,7 @@ class WP_Customize_Control { if ( ! empty( $this->description ) ) : ?> description; ?> - + 'textarea', 'section' => 'custom_css', 'settings' => array( 'default' => $custom_css_setting->id ), + 'input_attrs' => array( + 'placeholder' => __( "/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/" ), + ) ) ); }