From b3030ca6965bacf734f755604921eb381fb46a53 Mon Sep 17 00:00:00 2001 From: Mike Schroder Date: Tue, 12 Apr 2016 17:25:28 +0000 Subject: [PATCH] About Page: Add Final Video Props siobhan, melchoyce, hugobaeta, rosso99. Built from https://develop.svn.wordpress.org/trunk@37178 git-svn-id: http://core.svn.wordpress.org/trunk@37145 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 5 +++-- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 54ed8b7d58..765ded9320 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -13,7 +13,7 @@ if ( current_user_can( 'customize' ) ) { wp_enqueue_script( 'customize-loader' ); } -$video_url = 'https://videopress.com/embed/J44FHXvg?hd=true'; +$video_url = 'https://videopress.com/embed/scFdjVo6?hd=true'; $locale = str_replace( '_', '-', get_locale() ); list( $locale ) = explode( '-', $locale ); if ( 'en' !== $locale ) { @@ -39,7 +39,8 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

Video Here

+ +

diff --git a/wp-includes/version.php b/wp-includes/version.php index b94dbb67dd..2b01c681e5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-RC3-37177'; +$wp_version = '4.5-RC3-37178'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.