Changeset 39175 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 11/09/2016 01:11:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r39165 r39175 3599 3599 3600 3600 $custom_css_setting = new WP_Customize_Custom_CSS_Setting( $this, sprintf( 'custom_css[%s]', get_stylesheet() ), array( 3601 'capability' => ' unfiltered_css',3601 'capability' => 'edit_css', 3602 3602 'default' => sprintf( "/*\n%s\n*/", __( "You can add your own CSS here.\n\nClick the help icon above to learn more." ) ), 3603 3603 ) );
Note: See TracChangeset
for help on using the changeset viewer.