From 9dda05f857ebb90fdb161ffcbaefc0492795644c Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Wed, 9 Mar 2016 22:03:27 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-customize-manager.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 3699b21de5..1f920af8f3 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -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' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 20efaf5266..10f1fcdd29 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.