Skip to content

Commit 5d45b61

Browse files
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
1 parent 712739e commit 5d45b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
?>
5656

5757
<?php
58-
// Show four most recent posts.
58+
// Show three most recent posts.
5959
$recent_posts = new WP_Query(
6060
array(
6161
'posts_per_page' => 3,

0 commit comments

Comments
 (0)