mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-05 07:58:35 +01:00
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:
parent
82e5b30939
commit
216441356a
@ -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,
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user