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:
parent
d71afc0d9a
commit
9da43bc2c8
|
@ -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.' ),
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-beta1-39002';
|
||||
$wp_version = '4.7-beta1-39003';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue