Changes from branches/3.4/wp-admin/customize.php at r21136 to trunk/wp-admin/customize.php at r21069
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/customize.php
r21136 r21069 7 7 * @since 3.4.0 8 8 */ 9 10 define( 'IFRAME_REQUEST', true );11 9 12 10 require_once( './admin.php' ); … … 68 66 <div class="wp-full-overlay expanded"> 69 67 <form id="customize-controls" class="wrap wp-full-overlay-sidebar"> 68 <?php wp_nonce_field( 'customize_controls-' . $wp_customize->get_stylesheet() ); ?> 70 69 <div id="customize-header-actions" class="wp-full-overlay-header"> 71 70 <?php … … 177 176 'settings' => array(), 178 177 'controls' => array(), 179 'nonce' => array(180 'save' => wp_create_nonce( 'save-customize_' . $wp_customize->get_stylesheet() ),181 'preview' => wp_create_nonce( 'preview-customize_' . $wp_customize->get_stylesheet() )182 ),183 178 ); 184 179
Note: See TracChangeset
for help on using the changeset viewer.