Help/About: Final 5.2 about page updates.

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

Reviewed by afercia, desrosj.
Merges [45287] to the 5.2 branch.

Props afercia, SergeyBiryukov, ianbelanger, desrosj, audrasjb.
Fixes #46901.
Built from https://develop.svn.wordpress.org/branches/5.2@45288


git-svn-id: http://core.svn.wordpress.org/branches/5.2@45097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-05-07 17:22:56 +00:00
parent dd6391bb09
commit 32fce28909
6 changed files with 8 additions and 6 deletions

View File

@ -44,7 +44,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<h2><?php _e( 'Keeping Your Site Safe' ); ?></h2>
<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>
<div class="inline-svg aligncenter">
<img src="https://make.wordpress.org/core/files/2019/05/about_maintain-wordpress.png" alt="">
<img src="https://s.w.org/images/core/5.2/about_maintain-wordpress-v2.svg" alt="">
</div>
</div>

View File

@ -52,7 +52,7 @@
.about-wrap .inline-svg img {
max-width: 100%;
width: 100%;
width: auto;
height: auto;
}
@ -343,6 +343,7 @@
.about-wrap .headline-feature img {
max-width: 600px;
width: 100%;
}
/* Return to Dashboard Home link */

File diff suppressed because one or more lines are too long

View File

@ -52,7 +52,7 @@
.about-wrap .inline-svg img {
max-width: 100%;
width: 100%;
width: auto;
height: auto;
}
@ -343,6 +343,7 @@
.about-wrap .headline-feature img {
max-width: 600px;
width: 100%;
}
/* Return to Dashboard Home link */

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-RC2-45286';
$wp_version = '5.2-RC2-45288';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.