Changeset 41802 for trunk/src/wp-admin/customize.php
- Timestamp:
- 10/09/2017 11:00:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r41677 r41802 163 163 <span class="screen-reader-text"><?php _e( 'Close the Customizer and go back to the previous page' ); ?></span> 164 164 </a> 165 </div> 166 167 <div id="customize-sidebar-outer-content"> 168 <div id="customize-outer-theme-controls"> 169 <ul class="customize-outer-pane-parent"><?php // Outer panel and sections are not implemented, but its here as a placeholder to avoid any side-effect in api.Section. ?></ul> 170 </div> 165 171 </div> 166 172 … … 218 224 </form> 219 225 <div id="customize-preview" class="wp-full-overlay-main"></div> 220 <div id="customize-sidebar-outer-content">221 <div id="customize-outer-theme-controls">222 <ul class="customize-outer-pane-parent"><?php // Outer panel and sections are not implemented, but its here as a placeholder to avoid any side-effect in api.Section. ?></ul>223 </div>224 </div>225 226 <?php 226 227
Note: See TracChangeset
for help on using the changeset viewer.