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.


git-svn-id: https://develop.svn.wordpress.org/trunk@36912 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2016-03-09 22:02:06 +00:00
parent bf852575e2
commit c1c6def489
1 changed files with 1 additions and 1 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' ),