Ticket #34233: customize.diff
File customize.diff, 506 bytes (added by , 9 years ago) |
---|
-
customize.php
107 107 * @since 3.4.0 108 108 */ 109 109 do_action( 'customize_controls_print_scripts' ); 110 111 $body_class = apply_filters( 'customizer_body_classes', $body_class ); 112 110 113 ?> 111 114 </head> 115 112 116 <body class="<?php echo esc_attr( $body_class ); ?>"> 113 117 <div class="wp-full-overlay expanded"> 114 118 <form id="customize-controls" class="wrap wp-full-overlay-sidebar">