Make WordPress Core

Ticket #34263: 34263.2.patch

File 34263.2.patch, 900 bytes (added by afercia, 9 years ago)
  • src/wp-admin/credits.php

     
    6060                        $title = translate( $group_data['name'] );
    6161                }
    6262
    63                 echo '<h4 class="wp-people-group">' . esc_html( $title ) . "</h4>\n";
     63                echo '<h3 class="wp-people-group">' . esc_html( $title ) . "</h3>\n";
    6464        }
    6565
    6666        if ( ! empty( $group_data['shuffle'] ) )
  • src/wp-admin/css/about.css

     
    292292
    293293/* Credits */
    294294
    295 .about-wrap h4.wp-people-group {
    296         margin-top: 2.6em;
     295.about-wrap h3.wp-people-group {
     296        margin: 2.6em 0 1.33em;
    297297        font-size: 16px;
     298        line-height: inherit;
    298299}
    299300
    300301.about-wrap ul.wp-people-group {