From 27994975f9a27242a6665b12978cae5c2aa93bbd Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 22 Oct 2019 19:19:07 +0000 Subject: [PATCH] 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 #47708. Built from https://develop.svn.wordpress.org/trunk@46572 git-svn-id: http://core.svn.wordpress.org/trunk@46369 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 49 ++++++----- wp-admin/credits.php | 71 +++++++-------- wp-admin/freedoms.php | 188 ++++++++++++++++++++-------------------- wp-admin/privacy.php | 109 +++++++++++------------ wp-includes/version.php | 2 +- 5 files changed, 212 insertions(+), 207 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index c44db2dce3..55a7902979 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -14,20 +14,15 @@ $title = _x( 'About', 'page title' ); list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); -$version_label = sprintf( - /* translators: The current WordPress version number */ - __( 'WordPress %s' ), - $display_version -); - include( ABSPATH . 'wp-admin/admin-header.php' ); ?>
+
-

+

- WordPress +

@@ -46,7 +41,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); @@ -63,7 +58,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

- +

@@ -82,7 +77,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

- +

@@ -90,7 +85,15 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

+ +

  • @@ -109,13 +112,13 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

    -

    +

    - Inter, 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.' ), + /* 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 Inter, 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.' ), 'https://rsms.me/inter/' ); ?> @@ -169,12 +172,12 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

    -

    +

    - dates and timezones 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.' ), + /* translators: %s: Link to the date/time developer notes. */ + __( 'Developers can now work with dates and timezones 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.' ), 'https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/' ); ?> @@ -183,10 +186,10 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

    - multiple changes 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.' ), + /* translators: %s: Link to the PHP 7 developer notes. */ + __( 'WordPress 5.3 aims to fully support PHP 7.4. This release contains multiple changes to remove deprecated functionality and ensure compatibility. WordPress continues to encourage all users to run the latest and greatest versions of PHP.' ), 'https://make.wordpress.org/core/2019/10/11/wordpress-and-php-7-4/' ); ?> diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 8940a78481..1b5a5f4ca9 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -18,44 +18,45 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ?>

    -

    - -

    +
    +
    +

    + + +

    +
    -

    - -

    +
    + +
    -
    - -
    +
    +

    + +

    +
    - + +
    -
    +
    $group_data ) { } ?> -
    +
    -

    - -

    +
    +
    +

    + + +

    +
    -

    - -

    +
    + +
    -
    - -
    +
    +

    + +

    +
    - - -
    -
    -

    -

    - license, the GPL.' ), - __( 'https://wordpress.org/about/license/' ) - ); - ?> -

    +
    -
    -
    -
    -

    -

    +
    +
    +

    +

    + license, the GPL.' ), + __( 'https://wordpress.org/about/license/' ) + ); + ?> +

    -
    -
    -

    -

    + +
    +
    +
    +

    +

    +
    +
    +
    +

    +

    +
    +
    +
    +

    +

    +
    +
    +
    +

    +

    +
    -
    -
    -

    -

    -
    -
    -
    -

    -

    + +
    +

    + check out our trademark guidelines first.' ), + 'https://wordpressfoundation.org/trademark-policy/' + ); + ?> +

    + +

    + plugins and themes there. If you get a plugin or theme from another source, make sure to ask them if it’s GPL first. If they don’t respect the WordPress license, we don’t recommend them.' ), + $plugins_url, + $themes_url, + __( 'https://wordpress.org/about/license/' ) + ); + ?> +

    + +

    Free Software Foundation.' ); ?>

    -
    -

    - check out our trademark guidelines first.' ), - 'https://wordpressfoundation.org/trademark-policy/' - ); - ?> -

    - -

    - plugins and themes there. If you get a plugin or theme from another source, make sure to ask them if it’s GPL first. If they don’t respect the WordPress license, we don’t recommend them.' ), - $plugins_url, - $themes_url, - __( 'https://wordpress.org/about/license/' ) - ); - ?> -

    - -

    Free Software Foundation.' ); ?>

    -
    -
    -
    diff --git a/wp-admin/privacy.php b/wp-admin/privacy.php index 075f6b89bf..d6f27e4d85 100644 --- a/wp-admin/privacy.php +++ b/wp-admin/privacy.php @@ -17,66 +17,67 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ?>
    -

    - -

    +
    +
    +

    + + +

    +
    -

    - -

    +
    + +
    -
    - -
    +
    +

    + +

    +
    - + +
    -
    -

    +
    +

    -

    - WordPress.org stats page.' ), - __( 'https://wordpress.org/about/stats/' ) - ); - ?> -

    +

    + WordPress.org stats page.' ), + __( 'https://wordpress.org/about/stats/' ) + ); + ?> +

    -

    - WordPress.org/about/privacy.' ), - __( 'https://wordpress.org/about/privacy/' ) - ); - ?> -

    -
    +

    + WordPress.org/about/privacy.' ), + __( 'https://wordpress.org/about/privacy/' ) + ); + ?> +

    +
    diff --git a/wp-includes/version.php b/wp-includes/version.php index 9f5837f2b1..8fd61ae10a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-RC1-46571'; +$wp_version = '5.3-RC1-46572'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.