From 293bc81bf6851f44446aa4192b961512a867b693 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 3 Mar 2020 21:22:07 +0000 Subject: [PATCH] Help/About: Add strings for 5.4 About page. Props elmastudio, chanthaboune, francina, marybaum, audrasjb. See #49295. Built from https://develop.svn.wordpress.org/trunk@47422 git-svn-id: http://core.svn.wordpress.org/trunk@47209 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 198 ++++++++++++++++++++-------------------- wp-admin/credits.php | 8 +- wp-admin/freedoms.php | 8 +- wp-admin/privacy.php | 8 +- wp-includes/version.php | 2 +- 5 files changed, 103 insertions(+), 121 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 3cdd964a4c..ead0e82c79 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -30,13 +30,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

- +

@@ -48,9 +42,36 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; +
+ +
+ +
+

- + +

+

+ +

+

+ +

+

+ +

+

+ +

+

+

@@ -63,36 +84,27 @@ 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!' ); ?>

@@ -101,94 +113,82 @@ require_once 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.' ), - 'https://rsms.me/inter/' - ); - ?> -

-
-
-
- -
-
-
- -
-
-
- -
-
-
- -
- -
-

- -
-

-

-
-
-

-

-
-
-

-

-
-
- -
-
-
- -
+

+

+

+
    +
  • +
  • +
  • +

-

+

-

+

+

+ +

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/' + /* translators: %s: 'wp_nav_menu_item_custom_fields' action name. */ + __( 'On the Menus admin screen, %s fires just before the move buttons of a nav menu item in the menu editor.' ), + 'wp_nav_menu_item_custom_fields' ); ?>

+

+ wp_nav_menu_item_custom_fields_customize_template' + ); + ?> +

+

+ +

-

-

- 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/' - ); - ?> -

+

+
    +
  • Radically simpler block styling. Negative margins and default padding are gone! Now you can style blocks the way you need them. And, a refactor got rid of four redundant wrapper divs.' ); ?>
  • +
  • +
  • +
  • +
+
+

+ WordPress 5.4 Field Guide.' ), + 'https://make.wordpress.org/core/?p=80034' + ); + ?> +

+

+ +

+
+
diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 6dad50bdce..d7ecddb1fd 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -32,13 +32,7 @@ $credits = wp_credits();

- +

diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index 5f072da9dc..3d9e5d25f9 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -35,13 +35,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

- +

diff --git a/wp-admin/privacy.php b/wp-admin/privacy.php index 3d724e7bad..f99bdbce1b 100644 --- a/wp-admin/privacy.php +++ b/wp-admin/privacy.php @@ -29,13 +29,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

- +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 99e532085e..b95a2c3419 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-beta3-47421'; +$wp_version = '5.4-beta3-47422'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.