Make WordPress Core


Ignore:
Timestamp:
05/25/2012 07:52:54 PM (13 years ago)
Author:
koopersmith
Message:

Theme Customizer: Section reorganization. see #19910.

Now that sections are organized in accordions, group items by size and usage.
Move header/background controls into colors, header image, background image, and title/tagline sections.

File:
1 edited

Legend:

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

    r20830 r20912  
    405405        parent::__construct( $manager, 'header_image', array(
    406406            'label'    => __( 'Header Image' ),
    407             'section'  => 'header',
     407            'section'  => 'header_image',
    408408            'context'  => 'custom-header',
    409409            'removed'  => 'remove-header',
Note: See TracChangeset for help on using the changeset viewer.