From d8a0b6ef2c889a967e91f43d6be3417175658b52 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 9 Mar 2020 00:11:04 +0000 Subject: [PATCH] Help/About: Update and correct some strings for 5.4 About page. Props garrett-eclipse, Ipstenu, ocean90, tobifjellner, la-geek. Reviewed by ocean90, SergeyBiryukov. See #49295. Built from https://develop.svn.wordpress.org/trunk@47436 git-svn-id: http://core.svn.wordpress.org/trunk@47223 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 31 ++++++++++++++----------------- wp-includes/version.php | 2 +- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index ead0e82c79..730ce6b28d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -45,7 +45,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

- +
@@ -65,10 +65,10 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

- +

- +

@@ -86,10 +86,10 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

    -
  • +
  • -
  • +
@@ -101,10 +101,10 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
  • -
  • -
  • +
  • +
  • -

    Gutenberg plugin. You’ll get to be the first to use new and exciting features in the block editor, before anyone else has seen them!' ); ?>

    +

    Gutenberg plugin. You’ll get to be the first to use new and exciting features in the block editor, before anyone else has seen them!' ); ?>

    @@ -124,9 +124,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

      -
    • -
    • -
    • +
    • +
    • +
    @@ -139,7 +139,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

    - +

    - +

    @@ -179,14 +179,11 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; WordPress 5.4 Field Guide.' ), + __( 'There’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your on your sites, themes, plugins and more, check the WordPress 5.4 Field Guide.' ), 'https://make.wordpress.org/core/?p=80034' ); ?>

    -

    - -


    diff --git a/wp-includes/version.php b/wp-includes/version.php index 43744b1718..1f7f4ddca8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47435'; +$wp_version = '5.5-alpha-47436'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.