diff --git a/wp-admin/about.php b/wp-admin/about.php
index 37929c4e8a..1876a942fd 100644
--- a/wp-admin/about.php
+++ b/wp-admin/about.php
@@ -143,13 +143,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
Post Type Templates' ),
- 'https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/'
- );
- ?>
+
@@ -163,26 +157,14 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
?>
-
Custom Bulk Actions' ),
- 'https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/'
- );
- ?>
+
-
%2$s',
- 'https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/',
- 'WP_Hook'
- );
- ?>
+
-
Customize Changesets' ),
- 'https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/'
- );
- ?>
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 8f03732778..04c1ec1cb6 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.8-alpha-39442';
+$wp_version = '4.8-alpha-39443';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.