Make WordPress Core

Changeset 39003


Ignore:
Timestamp:
10/29/2016 05:10:36 AM (7 years ago)
Author:
westonruter
Message:

Customize: Move Additional CSS section toward end of list by assigning priority higher than default.

Props Mista-Flo.
Fixes #38524.

File:
1 edited

Legend:

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

    r38991 r39003  
    36363636        $this->add_section( 'custom_css', array(
    36373637            'title'              => __( 'Additional CSS' ),
    3638             'priority'           => 140,
     3638            'priority'           => 200,
    36393639            'description_hidden' => true,
    36403640            'description'        => sprintf( '%s<br /><a href="%s" class="external-link" target="_blank">%s<span class="screen-reader-text">%s</span></a>',
Note: See TracChangeset for help on using the changeset viewer.