Widget Customizer: Remove unused vars.

see #27112.

git-svn-id: https://develop.svn.wordpress.org/trunk@27588 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-03-18 18:34:26 +00:00
parent ad24828f32
commit 5358f081be
2 changed files with 0 additions and 4 deletions

View File

@ -735,7 +735,6 @@ class WP_Customize_Widgets {
'i18n' => array(
'widget_tooltip' => __( 'Press shift and then click to edit widget in customizer...' ),
),
'request_uri' => wp_unslash( $_SERVER['REQUEST_URI'] ),
);
foreach ( $exports['registered_widgets'] as &$registered_widget ) {
unset( $registered_widget['callback'] ); // may not be JSON-serializeable

View File

@ -9,9 +9,6 @@ var WidgetCustomizerPreview = (function ($) {
registered_sidebars: [], // @todo Make a Backbone collection
registered_widgets: {}, // @todo Make array, Backbone collection
widget_selectors: [],
render_widget_ajax_action: null,
render_widget_nonce_value: null,
render_widget_nonce_post_key: null,
preview: null,
i18n: {},