diff --git a/wp-admin/about.php b/wp-admin/about.php index 29e0352823..5a2fe8b94a 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -98,8 +98,8 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
'https://s.w.org/images/core/4.7/starter-content-v1.mp4', - 'poster' => 'https://cldup.com/ZS8FEi0AE9.png', + 'mp4' => 'https://cldup.com/LHwC1lL_jC.mp4', + 'poster' => 'https://cldup.com/wx7uMMXJor.png', 'width' => 1140, 'height' => 624, // 'class' => 'wp-video-shortcode feature-video', diff --git a/wp-includes/version.php b/wp-includes/version.php index 5b6138c3c5..e435669e9e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-RC1-40856'; +$wp_version = '4.8-RC1-40861'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.