Changeset 29903 for trunk/src/wp-admin/customize.php
- Timestamp:
- 10/15/2014 05:20:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r29610 r29903 130 130 ?> 131 131 132 <div id="widgets-right"><!-- For Widget Customizer, many widgets try to look for instances under div#widgets-right, so we have to add that ID to a container div in the customizer for compat -->132 <div id="widgets-right"><!-- For Widget Customizer, many widgets try to look for instances under div#widgets-right, so we have to add that ID to a container div in the Customizer for compat --> 133 133 <div class="wp-full-overlay-sidebar-content accordion-container" tabindex="-1"> 134 134 <div id="customize-info" class="accordion-section <?php if ( $cannot_expand ) echo ' cannot-expand'; ?>"> 135 <div class="accordion-section-title" aria-label="<?php esc_attr_e( ' ThemeCustomizer Options' ); ?>" tabindex="0">135 <div class="accordion-section-title" aria-label="<?php esc_attr_e( 'Customizer Options' ); ?>" tabindex="0"> 136 136 <span class="preview-notice"><?php 137 137 if ( ! $wp_customize->is_theme_active() ) { … … 190 190 /* 191 191 * If the frontend and the admin are served from the same domain, load the 192 * preview over ssl if the customizer is being loaded over ssl. This avoids192 * preview over ssl if the Customizer is being loaded over ssl. This avoids 193 193 * insecure content warnings. This is not attempted if the admin and frontend 194 194 * are on different domains to avoid the case where the frontend doesn't have … … 227 227 ), wp_login_url() ); 228 228 229 // Prepare customizer settings to pass to Javascript.229 // Prepare Customizer settings to pass to Javascript. 230 230 $settings = array( 231 231 'theme' => array(
Note: See TracChangeset
for help on using the changeset viewer.