Customize: Move Additional CSS section toward end of list by assigning priority higher than default.
Props Mista-Flo. Fixes #38524. Built from https://develop.svn.wordpress.org/trunk@39003 git-svn-id: http://core.svn.wordpress.org/trunk@38945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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.' ),
|
||||
|
||||
Reference in New Issue
Block a user