Skip to content

Commit

Permalink
Twenty Seventeen: Correct the number of recent posts in a comment in …
Browse files Browse the repository at this point in the history
…`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
  • Loading branch information
SergeyBiryukov committed Dec 1, 2017
1 parent 82e5b30 commit 2164413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
?>

<?php
// Show four most recent posts.
// Show three most recent posts.
$recent_posts = new WP_Query(
array(
'posts_per_page' => 3,
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @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.
Expand Down

0 comments on commit 2164413

Please sign in to comment.