diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index c45af67d8f..7bed232913 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/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*/" ), + ) ) ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 4feabe77e0..a6706c84f4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38932'; +$wp_version = '4.7-alpha-38933'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.