From 9cd64e1341949dd2c9c1a01447b7af413e4e9e76 Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 17 Dec 2018 16:36:59 +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. Built from https://develop.svn.wordpress.org/trunk@44264 git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 546 ++++++++++++------ wp-admin/credits.php | 2 +- wp-admin/css/about-rtl.css | 224 +++---- wp-admin/css/about-rtl.min.css | 2 +- wp-admin/css/about.css | 224 +++---- wp-admin/css/about.min.css | 2 +- wp-admin/freedoms.php | 60 +- .../class-wp-plugin-install-list-table.php | 6 +- wp-admin/includes/upgrade.php | 7 + wp-includes/version.php | 2 +- 10 files changed, 663 insertions(+), 412 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 8c415dc318..0e315b3a74 100644 --- a/wp-admin/about.php +++ b/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' ); ?>

-

+

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

+ ℹ +

+ +