Make WordPress Core

Ticket #38524: 38524.patch

File 38524.patch, 781 bytes (added by Mista-Flo, 8 years ago)

Change priority of Additional CSS section to 200 (instead of 140)

  • wp-includes/class-wp-customize-manager.php

    diff --git wp-includes/class-wp-customize-manager.php wp-includes/class-wp-customize-manager.php
    index d32eca6..b75e500 100644
    final class WP_Customize_Manager { 
    34343434                /* Custom CSS */
    34353435                $this->add_section( 'custom_css', array(
    34363436                        'title'              => __( 'Additional CSS' ),
    3437                         'priority'           => 140,
     3437                        'priority'           => 200,
    34383438                        'description_hidden' => true,
    34393439                        'description'        => sprintf( '%s<br /><a href="%s" class="external-link" target="_blank">%s<span class="screen-reader-text">%s</span></a>',
    34403440                                __( 'CSS allows you to customize the appearance and layout of your site with code. Separate CSS is saved for each of your themes.' ),