diff --git wp-includes/class-wp-customize-manager.php wp-includes/class-wp-customize-manager.php
index d32eca6..b75e500 100644
|
|
final class WP_Customize_Manager { |
3434 | 3434 | /* Custom CSS */ |
3435 | 3435 | $this->add_section( 'custom_css', array( |
3436 | 3436 | 'title' => __( 'Additional CSS' ), |
3437 | | 'priority' => 140, |
| 3437 | 'priority' => 200, |
3438 | 3438 | 'description_hidden' => true, |
3439 | 3439 | 'description' => sprintf( '%s<br /><a href="%s" class="external-link" target="_blank">%s<span class="screen-reader-text">%s</span></a>', |
3440 | 3440 | __( 'CSS allows you to customize the appearance and layout of your site with code. Separate CSS is saved for each of your themes.' ), |