diff --git a/wp-admin/about.php b/wp-admin/about.php index f1702f4cd0..51d6a8d440 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -33,7 +33,7 @@ function _wp_override_admin_video_width_limit( $output ) { return str_replace( array( '640', '384' ), array( '1050', '630' ), $output ); } -$video_url = 'https://videopress.com/embed/scFdjVo6?hd=true'; +$video_url = 'https://videopress.com/embed/GbdhpGF3?hd=true'; $locale = str_replace( '_', '-', get_locale() ); list( $locale ) = explode( '-', $locale ); if ( 'en' !== $locale ) { @@ -58,11 +58,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); -
- - */ ?>

@@ -74,9 +72,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); if ( ! wp_is_mobile() ) { add_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' ); echo wp_video_shortcode( array( - 'mp4' => 'https://cldup.com/5ho0rKdXXe.mp4', - 'webm' => 'https://cldup.com/VdSgwAtHNX.webm', - 'poster' => 'https://cldup.com/gqVj6h0cdN.png', + 'mp4' => 'https://s.w.org/images/core/4.6/streamlined-updates.mp4', + 'webm' => 'https://s.w.org/images/core/4.6/streamlined-updates.webm', + 'poster' => 'https://s.w.org/images/core/4.6/streamlined-updates-2000.png?v1', 'loop' => true, 'autoplay' => true, 'width' => 1050, @@ -85,7 +83,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ) ); remove_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' ); } else { - echo ''; + echo ''; } ?> @@ -95,7 +93,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

- +

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

- +

- +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 5820771845..5b3428efb2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38263'; +$wp_version = '4.7-alpha-38267'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.