Make WordPress Core


Ignore:
Timestamp:
03/04/2012 04:57:24 AM (14 years ago)
Author:
koopersmith
Message:

Theme Customizer: Improve markup and CSS for the return/collapse actions and the action bars within the customize controls form. see #19910.

File:
1 edited

Legend:

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

    r20108 r20110  
    5050        <input type="hidden" id="customize-template" name="template" value="<?php echo esc_attr( $theme['Template'] ); ?>" />
    5151        <input type="hidden" id="customize-stylesheet" name="stylesheet" value="<?php echo esc_attr( $theme['Stylesheet'] ); ?>" />
     52       
     53        <div id="customize-header-actions" class="customize-section">&nbsp;</div>
    5254
    5355        <div id="customize-info" class="customize-section">
     
    7779        </ul></div>
    7880
    79         <div id="customize-footer" class="customize-section">
     81        <div id="customize-footer-actions" class="customize-section">
    8082            <?php
    8183            submit_button( __( 'Save' ), 'primary', 'save', false );
Note: See TracChangeset for help on using the changeset viewer.