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.