Changeset 39151 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 11/07/2016 06:12:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r39149 r39151 3600 3600 $custom_css_setting = new WP_Customize_Custom_CSS_Setting( $this, sprintf( 'custom_css[%s]', get_stylesheet() ), array( 3601 3601 'capability' => 'unfiltered_css', 3602 'default' => sprintf( "/*\n%s\n*/", __( "You can add your own CSS here.\n\nClick the help icon above to learn more." ) ), 3602 3603 ) ); 3603 3604 $this->add_setting( $custom_css_setting ); … … 3607 3608 'section' => 'custom_css', 3608 3609 'settings' => array( 'default' => $custom_css_setting->id ), 3609 'input_attrs' => array(3610 'placeholder' => __( "/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/" ),3611 )3612 3610 ) ); 3613 3611 }
Note: See TracChangeset
for help on using the changeset viewer.