From 24be5334193d1179a819f6945f827dda315f1ebf Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 3 Dec 2013 19:19:36 +0000 Subject: [PATCH] Twenty Fourteen: Remove obsolete comment. props DrewAPicture. fixes #26380. git-svn-id: https://develop.svn.wordpress.org/trunk@26581 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php index 529d739e81..a8bd46011c 100644 --- a/src/wp-content/themes/twentyfourteen/functions.php +++ b/src/wp-content/themes/twentyfourteen/functions.php @@ -157,7 +157,6 @@ function twentyfourteen_get_featured_posts() { * @return bool Whether there are featured posts. */ function twentyfourteen_has_featured_posts() { - /** This filter is documented in functions.php */ return ! is_paged() && (bool) twentyfourteen_get_featured_posts(); }