Ticket #46901: 46901.patch
File 46901.patch, 4.0 KB (added by , 6 years ago) |
---|
-
src/wp-admin/about.php
44 44 45 45 <div class="feature-section headline-feature one-col"> 46 46 <div class="col"> 47 <p ><?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>47 <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> 48 48 <div class="inline-svg"> 49 <img src="https:// make.wordpress.org/core/files/2019/04/site-safe.png" alt="">49 <img src="https://cldup.com/nfQEOYZYFG.svg" alt=""> 50 50 </div> 51 51 </div> 52 52 </div> … … 55 55 56 56 <div class="feature-section one-col is-wide wp-clearfix"> 57 57 <div class="col"> 58 <h3><?php _e( 'Site Health Check' ); ?></h3>59 58 <div class="inline-svg alignright"> 60 <img src="https:// make.wordpress.org/core/files/2019/04/health-check.png" alt="">59 <img src="https://cldup.com/nmr4gyemWg.svg" alt=""> 61 60 </div> 61 <h3><?php _e( 'Site Health Check' ); ?></h3> 62 62 <p> 63 63 <?php 64 64 printf( … … 78 78 <div class="feature-section one-col is-wide wp-clearfix"> 79 79 <div class="col"> 80 80 <div class="inline-svg alignleft"> 81 <img src="https:// make.wordpress.org/core/files/2019/04/error-protection.png" alt="">81 <img src="https://cldup.com/iD5A-zYiSk.svg" alt=""> 82 82 </div> 83 83 <h3><?php _e( 'PHP Error Protection' ); ?></h3> 84 <p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death,”and a way to enter recovery mode, which pauses error-causing plugins or themes.' ); ?></p>84 <p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called "white screen of death," and a way to enter recovery mode, which pauses error-causing plugins or themes.' ); ?></p> 85 85 </div> 86 86 </div> 87 87 … … 104 104 105 105 <h3 class="under-the-hood-header"><?php _e( 'Developer Happiness' ); ?></h3> 106 106 107 <div class="under-the-hood feature-sectiontwo-col">107 <div class="under-the-hood two-col"> 108 108 <div class="col"> 109 109 <h4><a href="https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/"><?php _e( 'PHP Version Bump' ); ?></a></h4> 110 110 <p><?php _e( 'The minimum supported PHP version is now 5.6.20. As of WordPress 5.2, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!' ); ?></p> … … 114 114 <p><?php _e( 'A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.' ); ?></p> 115 115 </div> 116 116 </div> 117 <div class="under-the-hood feature-sectiontwo-col">117 <div class="under-the-hood two-col"> 118 118 <div class="col"> 119 119 <h4><a href="https://make.wordpress.org/core/2019/04/24/miscellaneous-developer-updates-in-5-2/"><?php _e( 'New Body Tag Hook' ); ?></a></h4> 120 120 <p> … … 185 185 ); 186 186 187 187 /* translators: %s: Codex URL */ 188 __( 'For more information, see <a href="%s">the release notes</a>.' ); 188 __( 'For more information, see <a href="%s">the release notes</a>.' ); 189 No newline at end of file -
src/wp-admin/css/about.css
117 117 118 118 .about-wrap p { 119 119 line-height: 1.5; 120 font-size: 1 4px;120 font-size: 16px; 121 121 } 122 122 123 123 .about-wrap .feature-section p {