Twenty Seventeen: Use consistent wording when referring to the front page in inline docs.

Props chetan200891.
Fixes #42666.
Built from https://develop.svn.wordpress.org/trunk@42347


git-svn-id: http://core.svn.wordpress.org/trunk@42176 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-12-01 03:44:47 +00:00
parent ea5c584222
commit 82e5b30939
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ get_header(); ?>
<main id="main" class="site-main" role="main">
<?php
// Show the selected frontpage content.
// Show the selected front page content.
if ( have_posts() ) :
while ( have_posts() ) :
the_post();

View File

@ -95,7 +95,7 @@ function twentyseventeen_panel_count() {
}
/**
* Checks to see if we're on the homepage or not.
* Checks to see if we're on the front page or not.
*/
function twentyseventeen_is_frontpage() {
return ( is_front_page() && ! is_home() );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42346';
$wp_version = '5.0-alpha-42347';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.