Changeset 20110 for trunk/wp-includes/customize-controls.php
- Timestamp:
- 03/04/2012 04:57:24 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/customize-controls.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/customize-controls.php
r20108 r20110 50 50 <input type="hidden" id="customize-template" name="template" value="<?php echo esc_attr( $theme['Template'] ); ?>" /> 51 51 <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"> </div> 52 54 53 55 <div id="customize-info" class="customize-section"> … … 77 79 </ul></div> 78 80 79 <div id="customize-footer " class="customize-section">81 <div id="customize-footer-actions" class="customize-section"> 80 82 <?php 81 83 submit_button( __( 'Save' ), 'primary', 'save', false );
Note: See TracChangeset
for help on using the changeset viewer.