Make WordPress Core

Changeset 45287


Ignore:
Timestamp:
05/07/2019 05:18:34 PM (5 years ago)
Author:
desrosj
Message:

Help/About: Final 5.2 about page updates.

Use final image URLs and fix a bug in IE11 where images were being cut off.

Props afercia, SergeyBiryukov, ianbelanger, desrosj, audrasjb.
See #46901.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

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

    r45278 r45287  
    4545            <p class="lead-description"><?php _e( 'WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.' ); ?></p>
    4646            <div class="inline-svg aligncenter">
    47                 <img src="https://make.wordpress.org/core/files/2019/05/about_maintain-wordpress.png" alt="">
     47                <img src="https://s.w.org/images/core/5.2/about_maintain-wordpress-v2.svg" alt="">
    4848            </div>
    4949        </div>
  • trunk/src/wp-admin/css/about.css

    r45278 r45287  
    5353.about-wrap .inline-svg img {
    5454    max-width: 100%;
    55     width: 100%;
     55    width: auto;
    5656    height: auto;
    5757}
     
    344344.about-wrap .headline-feature img {
    345345    max-width: 600px;
     346    width: 100%;
    346347}
    347348
Note: See TracChangeset for help on using the changeset viewer.