diff --git a/wp-admin/about.php b/wp-admin/about.php index 0e315b3a74..f0d6120b4e 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -23,7 +23,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

-

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

-
-
- -
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
+

-

-

- -

-
-
- -
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
-
-
-
- - - - -
-
+ + + +

-

-

- +

+

Site Health features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.' ), "https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/" ); ?>

+ +

+
+
+ + +
+ +

+ + +
+ +
+
+ +
+
+

+

@@ -302,66 +112,6 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); - -
- -
-
-

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

-
-
- -
-
- - - - -

-

-
-
- - - - -

-

-
-
- -

-

-
-
- - -
-
- -
-
- -
@@ -372,34 +122,42 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
- - - - -

-

+

+

+ +
+ Read more.' ), "https://make.wordpress.org/core/2019/01/28/multisite-support-for-site-metadata-in-5-1/" ); ?> +

- - - - -

-

+

+

+ +
+ Read more.' ), "https://make.wordpress.org/core/2019/01/09/cron-improvements-with-php-fpm-in-wordpress-5-1/" ); ?> +

- - - - -

-

+

+

+ +
+ Read more.' ), "https://make.wordpress.org/core/2018/05/16/preparing-wordpress-for-a-javascript-future-part-1-build-step-and-folder-reorganization/" ); ?> +

+
+
+

+

+ WP_DEBUG_LOG constant, new test config file constant in the test suite, new plugin action hooks, short-circuit filters for wp_unique_post_slug() and WP_User_Query and count_users(), a new human_readable_duration function, improved taxonomy metabox sanitization, limited LIKE support for meta keys when using WP_Meta_Query, a new “doing it wrong” notice when registering REST API endpoints, and more!' ); ?> +
+ Read more.' ), "https://make.wordpress.org/core/2019/01/23/miscellaneous-developer-focused-changes-in-5-1/" ); ?> +

- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index 236075f38a..420f58d5f1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-beta3-44732'; +$wp_version = '5.1-beta3-44733'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.