Make WordPress Core

Ticket #46901: 46901-ie11-img-fix-maintain-wordpress-v2-cdn.diff

File 46901-ie11-img-fix-maintain-wordpress-v2-cdn.diff, 1.2 KB (added by SergeyBiryukov, 5 years ago)
  • src/wp-admin/about.php

     
    4444                        <h2><?php _e( 'Keeping Your Site Safe' ); ?></h2>
    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.png" alt="">
    4848                        </div>
    4949                </div>
    5050
  • src/wp-admin/css/about.css

     
    5252
    5353.about-wrap .inline-svg img {
    5454        max-width: 100%;
    55         width: 100%;
     55        width: auto;
    5656        height: auto;
    5757}
    5858
     
    343343
    344344.about-wrap .headline-feature img {
    345345        max-width: 600px;
     346        width: 100%;
    346347}
    347348
    348349/* Return to Dashboard Home link */