Make WordPress Core


Ignore:
Timestamp:
11/07/2017 04:10:41 AM (8 years ago)
Author:
melchoyce
Message:

About Page: Implement design.

Props ryelle, karmatosed, transl8or, obenland, melchoyce.
See #42087.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/credits.php

    r41998 r42121  
    1717include( ABSPATH . 'wp-admin/admin-header.php' );
    1818?>
    19 <div class="wrap about-wrap">
     19<div class="wrap about-wrap full-width-layout">
    2020
    2121<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
     
    3232</h2>
    3333
     34<div class="about-wrap-content">
    3435<?php
    3536
     
    4445    );
    4546    echo '</p>';
     47    echo '</div>';
    4648    echo '</div>';
    4749    include( ABSPATH . 'wp-admin/admin-footer.php' );
     
    108110
    109111</div>
     112</div>
    110113<?php
    111114
Note: See TracChangeset for help on using the changeset viewer.