Customize: Bump down the priority custom logo's control.

Keeps the control in the same place but allows for plugins and themes to place
other controls above it.

Props celloexpressions.
Fixes #35942.

Built from https://develop.svn.wordpress.org/trunk@36912


git-svn-id: http://core.svn.wordpress.org/trunk@36880 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2016-03-09 22:03:27 +00:00
parent e677a80a26
commit 9dda05f857
2 changed files with 2 additions and 2 deletions

View File

@ -1966,7 +1966,7 @@ final class WP_Customize_Manager {
$this->add_control( new WP_Customize_Media_Control( $this, 'custom_logo', array(
'label' => __( 'Logo' ),
'section' => 'title_tagline',
'priority' => 0,
'priority' => 8,
'mime_type' => 'image',
'button_labels' => array(
'select' => __( 'Select logo' ),

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta2-36911';
$wp_version = '4.5-beta2-36912';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.