diff --git a/wp-includes/theme.php b/wp-includes/theme.php index dd8d7e6e7e..079c391669 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -1977,7 +1977,7 @@ function get_theme_starter_content() { 'title' => _x( 'Home', 'Theme starter content' ), 'url' => home_url(), ), - 'page_home' => array( // Deprecated in favor of home_link. + 'page_home' => array( // Deprecated in favor of link_home. 'type' => 'post_type', 'object' => 'page', 'object_id' => '{{home}}', diff --git a/wp-includes/version.php b/wp-includes/version.php index 3d58efa5c0..d50c4e82bf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39744'; +$wp_version = '4.8-alpha-39751'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.