Ticket #34492: 34492.diff
File 34492.diff, 479 bytes (added by , 9 years ago) |
---|
-
template-functions.php
1258 1258 1259 1259 foreach ( (array) $wp_settings_sections[$page] as $section ) { 1260 1260 if ( $section['title'] ) 1261 echo "<h 3>{$section['title']}</h3>\n";1261 echo "<h2>{$section['title']}</h2>\n"; 1262 1262 1263 1263 if ( $section['callback'] ) 1264 1264 call_user_func( $section['callback'], $section );