From 1955a840a1e2dac9473f27ef5ef7204f75a9245c Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Wed, 23 Dec 2009 15:44:57 +0000 Subject: [PATCH] Make the meaning of is_home() more explicit. git-svn-id: https://develop.svn.wordpress.org/trunk@12516 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/query.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-includes/query.php b/wp-includes/query.php index 865c71c35d..7684b8c875 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -332,6 +332,10 @@ function is_front_page () { /** * Whether current page view is the blog homepage. + * + * This is the page which is showing the time based blog content of your site + * so if you set a static page for the front page of your site then this will + * only be true on the page which you set as the "Posts page" in Reading Settings. * * @since 1.5.0 * @uses $wp_query