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.

git-svn-id: https://develop.svn.wordpress.org/trunk@42348 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2017-12-01 03:46:43 +00:00
parent 712739ee4f
commit 5d45b61e6b
@@ -55,7 +55,7 @@ global $twentyseventeencounter;
?>
<?php
// Show four most recent posts.
// Show three most recent posts.
$recent_posts = new WP_Query(
array(
'posts_per_page' => 3,