Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/customize.php

    r21136 r21069  
    77 * @since 3.4.0
    88 */
    9 
    10 define( 'IFRAME_REQUEST', true );
    119
    1210require_once( './admin.php' );
     
    6866<div class="wp-full-overlay expanded">
    6967    <form id="customize-controls" class="wrap wp-full-overlay-sidebar">
     68        <?php wp_nonce_field( 'customize_controls-' . $wp_customize->get_stylesheet() ); ?>
    7069        <div id="customize-header-actions" class="wp-full-overlay-header">
    7170            <?php
     
    177176        'settings' => array(),
    178177        '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         ),
    183178    );
    184179
Note: See TracChangeset for help on using the changeset viewer.