Changeset 28861 for trunk/src/wp-admin/customize.php
- Timestamp:
- 06/26/2014 08:16:21 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src
- Property svn:ignore
-
old new 1 1 .wp-tests-version 2 2 .htaccess 3 web-store-experiences
-
- Property svn:ignore
-
trunk/src/wp-admin/customize.php
r28482 r28861 143 143 <div id="customize-theme-controls"><ul> 144 144 <?php 145 foreach ( $wp_customize->sections() as $section ) 145 foreach ( $wp_customize->panels() as $panel ) { 146 $panel->maybe_render(); 147 } 148 foreach ( $wp_customize->sections() as $section ) { 146 149 $section->maybe_render(); 150 } 147 151 ?> 148 152 </ul></div>
Note: See TracChangeset
for help on using the changeset viewer.