Make WordPress Core


Ignore:
Timestamp:
08/14/2014 04:42:30 AM (11 years ago)
Author:
nacin
Message:

Customizer: Mixed priority sorting for panels and top-level sections.

props celloexpressions.
fixes #28979.

File:
1 edited

Legend:

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

    r29377 r29488  
    435435
    436436        $this->manager->add_panel( 'widgets', array(
    437             'title' => __( 'Widgets' ),
     437            'title'       => __( 'Widgets' ),
    438438            'description' => __( 'Widgets are independent sections of content that can be placed into widgetized areas provided by your theme (commonly called sidebars).' ),
     439            'priority'    => 110,
    439440        ) );
    440441
Note: See TracChangeset for help on using the changeset viewer.