Make WordPress Core

Changeset 36912


Ignore:
Timestamp:
03/09/2016 10:02:06 PM (9 years ago)
Author:
obenland
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r36851 r36912  
    19671967            'label'    => __( 'Logo' ),
    19681968            'section'  => 'title_tagline',
    1969             'priority' => 0,
     1969            'priority' => 8,
    19701970            'mime_type' => 'image',
    19711971            'button_labels' => array(
Note: See TracChangeset for help on using the changeset viewer.