Twenty Seventeen: Correct the number of recent posts in a comment in template-parts/page/content-front-page-panels.php.

Props skostadinov, marcelo2605.
Fixes #42621.
Built from https://develop.svn.wordpress.org/trunk@42348


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

View File

@ -55,7 +55,7 @@ global $twentyseventeencounter;
?> ?>
<?php <?php
// Show four most recent posts. // Show three most recent posts.
$recent_posts = new WP_Query( $recent_posts = new WP_Query(
array( array(
'posts_per_page' => 3, 'posts_per_page' => 3,

View File

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