From 25c2b2cab7ceacdd25372c90942cb308fe82a6e1 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Thu, 25 May 2017 15:11:42 +0000 Subject: [PATCH] About: Further polish for feature descriptions. Also adds Under The Hood content. Props apmarshall, azaozz, iandunn, bridgetwillard, melchoyce. See #40721. Built from https://develop.svn.wordpress.org/trunk@40838 git-svn-id: http://core.svn.wordpress.org/trunk@40689 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 146 ++++++++++++++-------------------------- wp-includes/version.php | 2 +- 2 files changed, 51 insertions(+), 97 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 08409d9e66..b939ebf957 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -34,7 +34,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

-
- - +
+

+

+

you in mind.' ); ?>

+

three new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.' ); ?>


-
-

-

-

-
-

-

-
-

+

+
+
+
+

+

+
+
+
+

+

+
+
+ +
+
+
+

+

+
+
+
+

+

+

@@ -66,7 +84,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

-
-
-

- 'https://s.w.org/images/core/4.7/edit-shortcuts-v1.mp4', - 'poster' => 'https://s.w.org/images/core/4.7/edit-shortcuts.jpg?v2', - 'width' => 2520, - 'height' => 1454, - // 'class' => 'wp-video-shortcode feature-video', - ) ); - ?> -

-
-
-

- 'https://s.w.org/images/core/4.7/header-video-v1.mp4', - 'poster' => 'https://s.w.org/images/core/4.7/header-video.jpg?v2', - 'width' => 2520, - 'height' => 1454, - // 'class' => 'wp-video-shortcode feature-video', - ) ); - ?> -

-
-
+
-
-

- -

-
-
-

- -

-
-
- -
+

-

-

meetup.com/pro/wordpress', - 'central.wordcamp.org/schedule' - ); - ?>

+ +

+ +

@@ -151,53 +125,33 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

-

+

+

-

-

new functions, hooks, and behavior for theme developers.' ), - 'https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/' - ); - ?>

+

+

-

-

+

+

is_super_admin(). Additionally, new hooks, network-specific site functions, and user count controls have been added.' ); ?>

-

WP_Hook

-

+

+

-

-

has been enhanced to include type, description, and REST API visibility.' ), - 'register_setting()', - 'https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/' - ); - ?>

+

+

-

-

+

+

-

diff --git a/wp-includes/version.php b/wp-includes/version.php index d74376eeca..b98992ac0a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-beta2-40837'; +$wp_version = '4.8-beta2-40838'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.