Changes from trunk/wp-admin/customize.php at r21069 to branches/3.4/wp-admin/customize.php at r21136
- File:
-
- 1 edited
-
branches/3.4/wp-admin/customize.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/wp-admin/customize.php
r21069 r21136 8 8 */ 9 9 10 define( 'IFRAME_REQUEST', true ); 11 10 12 require_once( './admin.php' ); 11 13 if ( ! current_user_can( 'edit_theme_options' ) ) … … 66 68 <div class="wp-full-overlay expanded"> 67 69 <form id="customize-controls" class="wrap wp-full-overlay-sidebar"> 68 <?php wp_nonce_field( 'customize_controls-' . $wp_customize->get_stylesheet() ); ?>69 70 <div id="customize-header-actions" class="wp-full-overlay-header"> 70 71 <?php … … 176 177 'settings' => array(), 177 178 '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 ), 178 183 ); 179 184
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)