diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 2175d54c79..2571a110c7 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -10,7 +10,7 @@ require_once( dirname( __FILE__ ) . '/admin.php' ); wp_enqueue_style( 'wp-mediaelement' ); -wp_enqueue_script( 'wp-playlist' ); +wp_enqueue_script( 'wp-mediaelement' ); add_action( 'admin_footer', 'wp_underscore_playlist_templates', 0 ); $title = __( 'About' ); @@ -24,7 +24,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
@@ -40,30 +40,32 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
- - - - - +

+ + +

-

-
+ +
+ +
- -

-

+ + 'https://i.cloudup.com/IdZ7t3ixES.mp4', + // 'ogv' => '//s.w.org/images/core/3.9/widgets.ogv', + // 'webm' => '//s.w.org/images/core/3.9/widgets.webm', + 'loop' => true, + 'autoplay' => true, + 'width' => 499 + ) ); + ?>
-
- -

-

-
-
- -

-

+
+

+

+

Check out all of the embeds that WordPress supports.' ); ?>

@@ -71,133 +73,29 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
- -

-

+

+

-
-
- -
-
- - - -
-

-

+ +
-
-
+
-
-
- '//s.w.org/images/core/3.9/widgets.mp4', - 'ogv' => '//s.w.org/images/core/3.9/widgets.ogv', - 'webm' => '//s.w.org/images/core/3.9/widgets.webm', - 'loop' => true, - 'autoplay' => true, - 'width' => 499 - ) ); - ?> -

-

-

+
+ +
-
- -

-

- -

- +
+

+

+ +

+ +
@@ -209,23 +107,19 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

-

- -

-

+

+

-

-

- -

-

+

+

ORDER BY', 'WP_Query' ); + ?>

-

-

doing_action() and doing_filter(), and manipulate custom image sizes with has_image_size() and remove_image_size().' ); ?>

-

+

+

diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css index 44c85c8d29..0312a4912d 100644 --- a/src/wp-admin/css/about.css +++ b/src/wp-admin/css/about.css @@ -177,14 +177,12 @@ text-align: center; } -.about-overview .wp-video { - margin: 0 auto; -} - -.changelog .wp-playlist .wp-playlist-current-item img { - height: 64px; - width: auto; - max-width: 100%; +.about-overview p { + margin: 1em auto 50px; + max-width: 770px; + font-size: 18px; + line-height: 1.5; + text-align: center; } .about-wrap .feature-section {