Make WordPress Core

Ticket #34492: 34492.diff

File 34492.diff, 479 bytes (added by neoxx, 9 years ago)
  • template-functions.php

     
    12581258
    12591259        foreach ( (array) $wp_settings_sections[$page] as $section ) {
    12601260                if ( $section['title'] )
    1261                         echo "<h3>{$section['title']}</h3>\n";
     1261                        echo "<h2>{$section['title']}</h2>\n";
    12621262
    12631263                if ( $section['callback'] )
    12641264                        call_user_func( $section['callback'], $section );