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 11fd0bd0f2..19c1bc2059 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-RC1-47437'; +$wp_version = '5.4-RC1-47438'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.