From 563dc76e7bae33c4cd7a4d4d550f4d927f8f2738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Tue, 6 Dec 2016 18:25:14 +0000 Subject: [PATCH] About page: Update video and REST API reference URLs. props ocean90, kadamwhite, coffee2code. see #38616 for the 4.7 branch. Built from https://develop.svn.wordpress.org/branches/4.7@39523 git-svn-id: http://core.svn.wordpress.org/branches/4.7@39463 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 8 ++++---- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index acf551f706..555903bcde 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -76,7 +76,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
'https://s.w.org/images/core/4.7/starter-content.mp4', + 'mp4' => 'https://s.w.org/images/core/4.7/starter-content-v1.mp4', 'poster' => 'https://s.w.org/images/core/4.7/starter-content.jpg?v2', 'loop' => true, 'autoplay' => true, @@ -93,7 +93,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

'https://s.w.org/images/core/4.7/edit-shortcuts.mp4', + 'mp4' => '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', 'loop' => true, 'autoplay' => true, @@ -108,7 +108,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

'https://s.w.org/images/core/4.7/header-video.mp4', + 'mp4' => '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', 'loop' => true, 'autoplay' => true, @@ -159,7 +159,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); printf( /* translators: %s: https://developer.wordpress.org/rest-api/ */ __( 'Content endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with sites through plugins, themes, apps, and beyond. Ready to get started with development? Check out the REST API reference.' ), - 'https://developer.wordpress.org/rest-api/' + 'https://developer.wordpress.org/rest-api/reference/' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index a1868f1360..d0396651e3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-RC3-39521'; +$wp_version = '4.7-RC3-39523'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.