<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[46572] trunk/src/wp-admin: Help/About: Update the 5.3 About page for RC2.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { white-space: pre-line; overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="https://core.trac.wordpress.org/changeset/46572">46572</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/46572","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>desrosj</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2019-10-22 19:17:59 +0000 (Tue, 22 Oct 2019)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Help/About: Update the 5.3 About page for RC2.

This includes numerous improvements:

- Removes the jazzer name.
- Ensures `WordPress` is translatable for consistency with other occurrences in Core.
- Changes all instances of `Block Editor` to `block editor` to match the spelling best practices.
- Updates the PHP 7.4 compatibility section with more suitable text.
- Introduction in `credits.php`, `freedoms.php`, and `privacy.php` have been updated to be consistent with the About page.
- Fixes the `aria-current` attribute in tab navigation.

Reviewed by SergeyBiryukov, desrosj.
Props SergeyBiryukov, audrasjb, desrosj, ryelle, afercia.
See <a href="https://core.trac.wordpress.org/ticket/47708">#47708</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpadminaboutphp">trunk/src/wp-admin/about.php</a></li>
<li><a href="#trunksrcwpadmincreditsphp">trunk/src/wp-admin/credits.php</a></li>
<li><a href="#trunksrcwpadminfreedomsphp">trunk/src/wp-admin/freedoms.php</a></li>
<li><a href="#trunksrcwpadminprivacyphp">trunk/src/wp-admin/privacy.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpadminaboutphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-admin/about.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-admin/about.php      2019-10-22 18:25:45 UTC (rev 46571)
+++ trunk/src/wp-admin/about.php        2019-10-22 19:17:59 UTC (rev 46572)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -14,20 +14,15 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-$version_label = sprintf(
-       /* translators: The current WordPress version number */
-       __( 'WordPress %s' ),
-       $display_version
-);
-
</del><span class="cx" style="display: block; padding: 0 10px"> include( ABSPATH . 'wp-admin/admin-header.php' );
</span><span class="cx" style="display: block; padding: 0 10px"> ?>
</span><span class="cx" style="display: block; padding: 0 10px">        <div class="wrap about-wrap full-width-layout">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px">                 <div class="about__header">
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="about__header-title">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <h1 aria-label="<?php echo esc_attr( $version_label ); ?>">
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <h1>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <span><?php echo $display_version; ?></span>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        WordPress <?php /* @todo Does this need translation? */ ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <?php _e( 'WordPress' ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                                 </h1>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -46,7 +41,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                        <?php
</span><span class="cx" style="display: block; padding: 0 10px">                                        printf(
</span><span class="cx" style="display: block; padding: 0 10px">                                                /* translators: %s: The current WordPress version number. */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                __( 'Introducing our most refined user experience with the improved Block Editor in WordPress %s &#147;Name&#148;!' ),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         __( 'Introducing our most refined user experience with the improved block editor in WordPress %s!' ),
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 $display_version
</span><span class="cx" style="display: block; padding: 0 10px">                                        );
</span><span class="cx" style="display: block; padding: 0 10px">                                        ?>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -63,7 +58,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="about__section is-feature">
</span><span class="cx" style="display: block; padding: 0 10px">                        <p>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <?php _e( '5.3 expands and refines the block editor introduced in WordPress 5.0 with new blocks, more intuitive interactions, and improved accessibility. New features in the editor increase design freedoms, provide additional layout options and style variations to allow designers complete control over the look of a site. This release also introduces the Twenty Twenty theme giving the user more design flexibility and integration with the Block Editor. Creating beautiful web pages and advanced layouts has never been easier.' ); ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <?php _e( '5.3 expands and refines the block editor introduced in WordPress 5.0 with new blocks, more intuitive interactions, and improved accessibility. New features in the editor increase design freedoms, provide additional layout options and style variations to allow designers complete control over the look of a site. This release also introduces the Twenty Twenty theme giving the user more design flexibility and integration with the block editor. Creating beautiful web pages and advanced layouts has never been easier.' ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                         </p>
</span><span class="cx" style="display: block; padding: 0 10px">                </div>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -82,7 +77,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                </p>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                                <p>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <?php _e( 'Accessibility improvements include the integration of block editor styles in the admin interface. These improved styles fix many accessibility issues: color contrast on form fields and buttons, consistency between editor and admin interfaces, new snackbar notices, standardizing to the default WordPress color scheme, and the introduction of Motion to make interacting with your blocks feel swift and natural. For people who use a keyboard to navigate the dashboard, the Block Editor now has a Navigation mode. This lets you jump from block to block without tabbing through every part of the block controls.' ); ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <?php _e( 'Accessibility improvements include the integration of block editor styles in the admin interface. These improved styles fix many accessibility issues: color contrast on form fields and buttons, consistency between editor and admin interfaces, new snackbar notices, standardizing to the default WordPress color scheme, and the introduction of Motion to make interacting with your blocks feel swift and natural. For people who use a keyboard to navigate the dashboard, the block editor now has a Navigation mode. This lets you jump from block to block without tabbing through every part of the block controls.' ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                                 </p>
</span><span class="cx" style="display: block; padding: 0 10px">                        </div>
</span><span class="cx" style="display: block; padding: 0 10px">                </div>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -90,7 +85,15 @@
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="about__section has-2-columns">
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="column is-vertically-aligned-center">
</span><span class="cx" style="display: block; padding: 0 10px">                                <h3><?php _e( 'Expanded Design Flexibility' ); ?></h3>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <p><?php _e( '&#147;Name&#148; adds even more robust tools for creating amazing designs.' ); ?></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <p>
+                                       <?php
+                                       printf(
+                                               /* translators: %s: The current WordPress version number. */
+                                               __( 'WordPress %s adds even more robust tools for creating amazing designs.' ),
+                                               $display_version
+                                       );
+                                       ?>
+                               </p>
</ins><span class="cx" style="display: block; padding: 0 10px">                                 <ul>
</span><span class="cx" style="display: block; padding: 0 10px">                                        <li><?php _e( 'The new Group block lets you easily divide your page into colorful sections' ); ?></li>
</span><span class="cx" style="display: block; padding: 0 10px">                                        <li><?php _e( 'The Columns block now supports fixed column widths' ); ?></li>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -109,13 +112,13 @@
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="about__section has-2-columns has-subtle-background-color">
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="column is-vertically-aligned-center">
</span><span class="cx" style="display: block; padding: 0 10px">                                <h3><?php _e( 'Introducing Twenty Twenty' ); ?></h3>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <p><?php _e( 'As the Block Editor celebrates its first birthday, we are proud that Twenty Twenty is designed with flexibility at its core. Show off your services or products with a combination of columns, groups, and media blocks. Set your content to wide or full alignment for dynamic and engaging layouts. Or let your thoughts be the star with a centered content column!' ); ?></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <p><?php _e( 'As the block editor celebrates its first birthday, we are proud that Twenty Twenty is designed with flexibility at its core. Show off your services or products with a combination of columns, groups, and media blocks. Set your content to wide or full alignment for dynamic and engaging layouts. Or let your thoughts be the star with a centered content column!' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                                <p>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <?php
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <?php
</ins><span class="cx" style="display: block; padding: 0 10px">                                         printf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                /* translators: 1: Link to the Inter font website. */
-                                               __( 'As befits a theme called Twenty Twenty, clarity and readability is also a big focus. The theme includes the typeface <a href="%1$s">Inter</a>, designed by Rasmus Andersson. Inter comes in a Variable Font version, a first for default themes, which keeps load times short by containing all weights and styles of Inter in just two font files.' ),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         /* translators: %s: Link to the Inter font website. */
+                                               __( 'As befits a theme called Twenty Twenty, clarity and readability is also a big focus. The theme includes the typeface <a href="%s">Inter</a>, designed by Rasmus Andersson. Inter comes in a Variable Font version, a first for default themes, which keeps load times short by containing all weights and styles of Inter in just two font files.' ),
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 'https://rsms.me/inter/'
</span><span class="cx" style="display: block; padding: 0 10px">                                        );
</span><span class="cx" style="display: block; padding: 0 10px">                                        ?>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -169,12 +172,12 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        <h3 class="is-section-header"><?php _e( 'For Developers' ); ?></h3>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="column">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <h4><?php _e( 'Time/Date Component Fixes' ); ?></h4>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <h4><?php _e( 'Date/Time Component Fixes' ); ?></h4>
</ins><span class="cx" style="display: block; padding: 0 10px">                                 <p>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <?php
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <?php
</ins><span class="cx" style="display: block; padding: 0 10px">                                         printf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                /* translators: 1: Link to the date/time developer notes. */
-                                               __( 'Developers can now work with <a href="%1$s">dates and timezones</a> in a more reliable way. Date and time functionality has received a number of new API functions for unified timezone retrieval and PHP interoperability, as well as many bug fixes.' ),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         /* translators: %s: Link to the date/time developer notes. */
+                                               __( 'Developers can now work with <a href="%s">dates and timezones</a> in a more reliable way. Date and time functionality has received a number of new API functions for unified timezone retrieval and PHP interoperability, as well as many bug fixes.' ),
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 'https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/'
</span><span class="cx" style="display: block; padding: 0 10px">                                        );
</span><span class="cx" style="display: block; padding: 0 10px">                                        ?>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -183,10 +186,10 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        <div class="column">
</span><span class="cx" style="display: block; padding: 0 10px">                                <h4><?php _e( 'PHP 7.4 Compatibility' ); ?></h4>
</span><span class="cx" style="display: block; padding: 0 10px">                                <p>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <?php
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <?php
</ins><span class="cx" style="display: block; padding: 0 10px">                                         printf(
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                /* translators: 1: Link to the PHP 7 developer notes. */
-                                               __( 'The WordPress core team is actively preparing to support PHP 7.4 when it is released later this year. WordPress 5.3 contains <a href="%1$s">multiple changes</a> to remove deprecated functionality and ensure compatibility. Please test 5.3 with PHP 7.4 to ensure all functionality continues to work as expected and does not raise any new warnings.' ),
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         /* translators: %s: Link to the PHP 7 developer notes. */
+                                               __( 'WordPress 5.3 aims to fully support PHP 7.4. This release contains <a href="%s">multiple changes</a> to remove deprecated functionality and ensure compatibility. WordPress continues to encourage all users to run the latest and greatest versions of PHP.' ),
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 'https://make.wordpress.org/core/2019/10/11/wordpress-and-php-7-4/'
</span><span class="cx" style="display: block; padding: 0 10px">                                        );
</span><span class="cx" style="display: block; padding: 0 10px">                                        ?>
</span></span></pre></div>
<a id="trunksrcwpadmincreditsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-admin/credits.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-admin/credits.php    2019-10-22 18:25:45 UTC (rev 46571)
+++ trunk/src/wp-admin/credits.php      2019-10-22 19:17:59 UTC (rev 46572)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -18,44 +18,45 @@
</span><span class="cx" style="display: block; padding: 0 10px"> ?>
</span><span class="cx" style="display: block; padding: 0 10px"> <div class="wrap about-wrap full-width-layout">
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<h1>
-       <?php
-       printf(
-               /* translators: %s: The current WordPress version number. */
-               __( 'Welcome to WordPress&nbsp;%s' ),
-               $display_version
-       );
-       ?>
-</h1>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <div class="about__header">
+               <div class="about__header-title">
+                       <h1>
+                               <span><?php echo $display_version; ?></span>
+                               <?php _e( 'WordPress' ); ?>
+                       </h1>
+               </div>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<p class="about-text">
-       <?php
-       printf(
-               /* translators: %s: The current WordPress version number. */
-               __( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ),
-               $display_version
-       );
-       ?>
-</p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <div class="about__header-badge wp-badge">
+                       <?php
+                       printf(
+                               /* translators: %s: The current WordPress version number. */
+                               __( 'Version %s' ),
+                               $display_version
+                       );
+                       ?>
+               </div>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<div class="wp-badge">
-       <?php
-       printf(
-               /* translators: %s: The current WordPress version number. */
-               __( 'Version %s' ),
-               $display_version
-       );
-       ?>
-</div>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <div class="about__header-text">
+                       <p>
+                               <?php
+                               printf(
+                                       /* translators: %s: The current WordPress version number. */
+                                       __( 'Introducing our most refined user experience with the improved block editor in WordPress %s!' ),
+                                       $display_version
+                               );
+                               ?>
+                       </p>
+               </div>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<nav class="nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
-       <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
-       <a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
-       <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
-       <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
-</nav>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
+                       <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
+                       <a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
+                       <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
+                       <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
+               </nav>
+       </div>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<div class="about-wrap-content">
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <div class="about-wrap-content">
</ins><span class="cx" style="display: block; padding: 0 10px"> <?php
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> $credits = wp_credits();
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -137,8 +138,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> ?>
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        </div>
</ins><span class="cx" style="display: block; padding: 0 10px"> </div>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-</div>
</del><span class="cx" style="display: block; padding: 0 10px"> <?php
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> include( ABSPATH . 'wp-admin/admin-footer.php' );
</span></span></pre></div>
<a id="trunksrcwpadminfreedomsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-admin/freedoms.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-admin/freedoms.php   2019-10-22 18:25:45 UTC (rev 46571)
+++ trunk/src/wp-admin/freedoms.php     2019-10-22 19:17:59 UTC (rev 46572)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -20,112 +20,112 @@
</span><span class="cx" style="display: block; padding: 0 10px"> list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> include( ABSPATH . 'wp-admin/admin-header.php' );
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-
</del><span class="cx" style="display: block; padding: 0 10px"> ?>
</span><span class="cx" style="display: block; padding: 0 10px"> <div class="wrap about-wrap full-width-layout">
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<h1>
-       <?php
-       printf(
-               /* translators: %s: The current WordPress version number. */
-               __( 'Welcome to WordPress&nbsp;%s' ),
-               $display_version
-       );
-       ?>
-</h1>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <div class="about__header">
+               <div class="about__header-title">
+                       <h1>
+                               <span><?php echo $display_version; ?></span>
+                               <?php _e( 'WordPress' ); ?>
+                       </h1>
+               </div>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<p class="about-text">
-       <?php
-       printf(
-               /* translators: %s: The current WordPress version number. */
-               __( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ),
-               $display_version
-       );
-       ?>
-</p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <div class="about__header-badge wp-badge">
+                       <?php
+                       printf(
+                               /* translators: %s: The current WordPress version number. */
+                               __( 'Version %s' ),
+                               $display_version
+                       );
+                       ?>
+               </div>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<div class="wp-badge">
-       <?php
-       printf(
-               /* translators: %s: The current WordPress version number. */
-               __( 'Version %s' ),
-               $display_version
-       );
-       ?>
-</div>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <div class="about__header-text">
+                       <p>
+                               <?php
+                               printf(
+                                       /* translators: %s: The current WordPress version number. */
+                                       __( 'Introducing our most refined user experience with the improved block editor in WordPress %s!' ),
+                                       $display_version
+                               );
+                               ?>
+                       </p>
+               </div>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<nav class="nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
-       <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
-       <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
-       <a href="freedoms.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Freedoms' ); ?></a>
-       <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
-</nav>
-
-<div class="about-wrap-content">
-       <div class="feature-section has-1-columns">
-               <h2><?php _e( 'Freedoms' ); ?></h2>
-               <p class="about-description">
-               <?php
-               printf(
-                       /* translators: %s: https://wordpress.org/about/license/ */
-                       __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ),
-                       __( 'https://wordpress.org/about/license/' )
-               );
-               ?>
-               </p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
+                       <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
+                       <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
+                       <a href="freedoms.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Freedoms' ); ?></a>
+                       <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
+               </nav>
</ins><span class="cx" style="display: block; padding: 0 10px">         </div>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <div class="feature-section has-4-columns is-fullwidth">
-               <div class="column">
-                       <div class="freedoms-image"></div>
-                       <h3><?php _e( 'The 1st Freedom' ); ?></h3>
-                       <p><?php _e( 'To run the program for any purpose.' ); ?></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <div class="about-wrap-content">
+               <div class="feature-section has-1-columns">
+                       <h2><?php _e( 'Freedoms' ); ?></h2>
+                       <p class="about-description">
+                       <?php
+                       printf(
+                               /* translators: %s: https://wordpress.org/about/license/ */
+                               __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ),
+                               __( 'https://wordpress.org/about/license/' )
+                       );
+                       ?>
+                       </p>
</ins><span class="cx" style="display: block; padding: 0 10px">                 </div>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                <div class="column">
-                       <div class="freedoms-image"></div>
-                       <h3><?php _e( 'The 2nd Freedom' ); ?></h3>
-                       <p><?php _e( 'To study how the program works and change it to make it do what you wish.' ); ?></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+               <div class="feature-section has-4-columns is-fullwidth">
+                       <div class="column">
+                               <div class="freedoms-image"></div>
+                               <h3><?php _e( 'The 1st Freedom' ); ?></h3>
+                               <p><?php _e( 'To run the program for any purpose.' ); ?></p>
+                       </div>
+                       <div class="column">
+                               <div class="freedoms-image"></div>
+                               <h3><?php _e( 'The 2nd Freedom' ); ?></h3>
+                               <p><?php _e( 'To study how the program works and change it to make it do what you wish.' ); ?></p>
+                       </div>
+                       <div class="column">
+                               <div class="freedoms-image"></div>
+                               <h3><?php _e( 'The 3rd Freedom' ); ?></h3>
+                               <p><?php _e( 'To redistribute.' ); ?></p>
+                       </div>
+                       <div class="column">
+                               <div class="freedoms-image"></div>
+                               <h3><?php _e( 'The 4th Freedom' ); ?></h3>
+                               <p><?php _e( 'To distribute copies of your modified versions to others.' ); ?></p>
+                       </div>
</ins><span class="cx" style="display: block; padding: 0 10px">                 </div>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                <div class="column">
-                       <div class="freedoms-image"></div>
-                       <h3><?php _e( 'The 3rd Freedom' ); ?></h3>
-                       <p><?php _e( 'To redistribute.' ); ?></p>
-               </div>
-               <div class="column">
-                       <div class="freedoms-image"></div>
-                       <h3><?php _e( 'The 4th Freedom' ); ?></h3>
-                       <p><?php _e( 'To distribute copies of your modified versions to others.' ); ?></p>
-               </div>
-       </div>
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <div class="feature-section has-1-columns">
-               <p>
-               <?php
-               printf(
-                       /* translators: %s: https://wordpressfoundation.org/trademark-policy/ */
-                       __( 'WordPress grows when people like you tell their friends about it, and the thousands of businesses and services that are built on and around WordPress share that fact with their users. We&#8217;re flattered every time someone spreads the good word, just make sure to <a href="%s">check out our trademark guidelines</a> first.' ),
-                       'https://wordpressfoundation.org/trademark-policy/'
-               );
-               ?>
-               </p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <div class="feature-section has-1-columns">
+                       <p>
+                       <?php
+                       printf(
+                               /* translators: %s: https://wordpressfoundation.org/trademark-policy/ */
+                               __( 'WordPress grows when people like you tell their friends about it, and the thousands of businesses and services that are built on and around WordPress share that fact with their users. We&#8217;re flattered every time someone spreads the good word, just make sure to <a href="%s">check out our trademark guidelines</a> first.' ),
+                               'https://wordpressfoundation.org/trademark-policy/'
+                       );
+                       ?>
+                       </p>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                <p>
-               <?php
-               $plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : __( 'https://wordpress.org/plugins/' );
-               $themes_url  = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : __( 'https://wordpress.org/themes/' );
-               printf(
-                       /* translators: 1: URL to Plugins screen, 2: URL to Themes screen, 3: https://wordpress.org/about/license/ */
-                       __( 'Every plugin and theme in WordPress.org&#8217;s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href="%1$s">plugins</a> and <a href="%2$s">themes</a> there. If you get a plugin or theme from another source, make sure to <a href="%3$s">ask them if it&#8217;s GPL</a> first. If they don&#8217;t respect the WordPress license, we don&#8217;t recommend them.' ),
-                       $plugins_url,
-                       $themes_url,
-                       __( 'https://wordpress.org/about/license/' )
-               );
-               ?>
-               </p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <p>
+                       <?php
+                       $plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : __( 'https://wordpress.org/plugins/' );
+                       $themes_url  = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : __( 'https://wordpress.org/themes/' );
+                       printf(
+                               /* translators: 1: URL to Plugins screen, 2: URL to Themes screen, 3: https://wordpress.org/about/license/ */
+                               __( 'Every plugin and theme in WordPress.org&#8217;s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href="%1$s">plugins</a> and <a href="%2$s">themes</a> there. If you get a plugin or theme from another source, make sure to <a href="%3$s">ask them if it&#8217;s GPL</a> first. If they don&#8217;t respect the WordPress license, we don&#8217;t recommend them.' ),
+                               $plugins_url,
+                               $themes_url,
+                               __( 'https://wordpress.org/about/license/' )
+                       );
+                       ?>
+                       </p>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                <p><?php _e( 'Don&#8217;t you wish all software came with these freedoms? So do we! For more information, check out the <a href="https://www.fsf.org/">Free Software Foundation</a>.' ); ?></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <p><?php _e( 'Don&#8217;t you wish all software came with these freedoms? So do we! For more information, check out the <a href="https://www.fsf.org/">Free Software Foundation</a>.' ); ?></p>
+               </div>
</ins><span class="cx" style="display: block; padding: 0 10px">         </div>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-</div>
</del><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> </div>
</span><span class="cx" style="display: block; padding: 0 10px"> <?php include( ABSPATH . 'wp-admin/admin-footer.php' ); ?>
</span></span></pre></div>
<a id="trunksrcwpadminprivacyphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-admin/privacy.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-admin/privacy.php    2019-10-22 18:25:45 UTC (rev 46571)
+++ trunk/src/wp-admin/privacy.php      2019-10-22 19:17:59 UTC (rev 46572)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -17,66 +17,67 @@
</span><span class="cx" style="display: block; padding: 0 10px"> ?>
</span><span class="cx" style="display: block; padding: 0 10px"> <div class="wrap about-wrap full-width-layout">
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<h1>
-       <?php
-       printf(
-               /* translators: %s: The current WordPress version number. */
-               __( 'Welcome to WordPress&nbsp;%s' ),
-               $display_version
-       );
-       ?>
-</h1>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <div class="about__header">
+               <div class="about__header-title">
+                       <h1>
+                               <span><?php echo $display_version; ?></span>
+                               <?php _e( 'WordPress' ); ?>
+                       </h1>
+               </div>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<p class="about-text">
-       <?php
-       printf(
-               /* translators: %s: The current WordPress version number. */
-               __( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ),
-               $display_version
-       );
-       ?>
-</p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <div class="about__header-badge wp-badge">
+                       <?php
+                       printf(
+                               /* translators: %s: The current WordPress version number. */
+                               __( 'Version %s' ),
+                               $display_version
+                       );
+                       ?>
+               </div>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<div class="wp-badge">
-       <?php
-       printf(
-               /* translators: %s: The current WordPress version number. */
-               __( 'Version %s' ),
-               $display_version
-       );
-       ?>
-</div>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <div class="about__header-text">
+                       <p>
+                               <?php
+                               printf(
+                                       /* translators: %s: The current WordPress version number. */
+                                       __( 'Introducing our most refined user experience with the improved block editor in WordPress %s!' ),
+                                       $display_version
+                               );
+                               ?>
+                       </p>
+               </div>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<nav class="nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
-       <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
-       <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
-       <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
-       <a href="privacy.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Privacy' ); ?></a>
-</nav>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
+                       <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
+                       <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
+                       <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
+                       <a href="privacy.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Privacy' ); ?></a>
+               </nav>
+       </div>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<div class="about-wrap-content">
-       <p class="about-description"><?php _e( 'From time to time, your WordPress site may send data to WordPress.org &#8212; including, but not limited to &#8212; the version of WordPress you are using, and a list of installed plugins and themes.' ); ?></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <div class="about-wrap-content">
+               <p class="about-description"><?php _e( 'From time to time, your WordPress site may send data to WordPress.org &#8212; including, but not limited to &#8212; the version of WordPress you are using, and a list of installed plugins and themes.' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <p>
-               <?php
-               printf(
-                       /* translators: %s: https://wordpress.org/about/stats/ */
-                       __( 'This data is used to provide general enhancements to WordPress, which includes helping to protect your site by finding and automatically installing new updates. It is also used to calculate statistics, such as those shown on the <a href="%s">WordPress.org stats page</a>.' ),
-                       __( 'https://wordpress.org/about/stats/' )
-               );
-               ?>
-       </p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <p>
+                       <?php
+                       printf(
+                               /* translators: %s: https://wordpress.org/about/stats/ */
+                               __( 'This data is used to provide general enhancements to WordPress, which includes helping to protect your site by finding and automatically installing new updates. It is also used to calculate statistics, such as those shown on the <a href="%s">WordPress.org stats page</a>.' ),
+                               __( 'https://wordpress.org/about/stats/' )
+                       );
+                       ?>
+               </p>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <p>
-               <?php
-               printf(
-                       /* translators: %s: https://wordpress.org/about/privacy/ */
-                       __( 'We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href="%s">WordPress.org/about/privacy</a>.' ),
-                       __( 'https://wordpress.org/about/privacy/' )
-               );
-               ?>
-       </p>
-</div>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <p>
+                       <?php
+                       printf(
+                               /* translators: %s: https://wordpress.org/about/privacy/ */
+                               __( 'We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href="%s">WordPress.org/about/privacy</a>.' ),
+                               __( 'https://wordpress.org/about/privacy/' )
+                       );
+                       ?>
+               </p>
+       </div>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> </div>
</span><span class="cx" style="display: block; padding: 0 10px"> <?php include( ABSPATH . 'wp-admin/admin-footer.php' ); ?>
</span></span></pre>
</div>
</div>

</body>
</html>