Changeset 20266 for trunk/wp-includes/customize-controls.php
- Timestamp:
- 03/23/2012 12:16:46 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/customize-controls.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/customize-controls.php
r20263 r20266 45 45 </head> 46 46 <body class="wp-full-overlay"> 47 <form id="customize-controls" method="post" class="wrap wp-full-overlay-sidebar" target="_parent" action="<?php echo esc_url( add_query_arg( 'save ', '1', admin_url( 'themes.php' ) ) ); ?>">47 <form id="customize-controls" method="post" class="wrap wp-full-overlay-sidebar" target="_parent" action="<?php echo esc_url( add_query_arg( 'save_customize_controls', '1', admin_url( 'themes.php' ) ) ); ?>"> 48 48 <?php wp_nonce_field( 'customize_controls' ); ?> 49 49 <input type="hidden" name="customize" value="on" />
Note: See TracChangeset
for help on using the changeset viewer.