From a229ea9c65b5251869197f2907f1c4efc11e376c Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Mon, 17 Dec 2018 16:35:32 +0000 Subject: [PATCH] Help/About: WordPress 5.0 About Page. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The About page describes all the great changes in WordPress 5.0. Highlights: - Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade. - Added illustrations to the Four Freedoms page. - Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install. - Detail the Classic Editor plugin and the support timeline. Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo. Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk. Fixes #45178. git-svn-id: https://develop.svn.wordpress.org/trunk@44264 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 546 ++++++++++++------ src/wp-admin/credits.php | 2 +- src/wp-admin/css/about.css | 224 +++---- src/wp-admin/freedoms.php | 60 +- .../class-wp-plugin-install-list-table.php | 6 +- src/wp-admin/includes/upgrade.php | 7 + src/wp-includes/class-wp-block-parser.php | 85 ++- 7 files changed, 583 insertions(+), 347 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 8c415dc318..0e315b3a74 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -16,12 +16,43 @@ $title = _x( 'About', 'page title' ); list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); +wp_enqueue_style( 'wp-block-library' ); + include( ABSPATH . 'wp-admin/admin-header.php' ); ?>

-

+

+ + +
+ ', + '' + ); + ?> +
+ +

+ ℹ +

+ +