Customize: Move Additional CSS section toward end of list by assigning priority higher than default.
Props Mista-Flo. Fixes #38524. git-svn-id: https://develop.svn.wordpress.org/trunk@39003 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2982ca5872
commit
6e59435291
@ -3635,7 +3635,7 @@ final class WP_Customize_Manager {
|
||||
/* Custom CSS */
|
||||
$this->add_section( 'custom_css', array(
|
||||
'title' => __( 'Additional CSS' ),
|
||||
'priority' => 140,
|
||||
'priority' => 200,
|
||||
'description_hidden' => true,
|
||||
'description' => sprintf( '%s<br /><a href="%s" class="external-link" target="_blank">%s<span class="screen-reader-text">%s</span></a>',
|
||||
__( 'CSS allows you to customize the appearance and layout of your site with code. Separate CSS is saved for each of your themes.' ),
|
||||
|
Loading…
Reference in New Issue
Block a user