From 54cc0d8b9ed47e440b8509f9f553869ffd5537cf Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 3 Dec 2013 19:20:09 +0000 Subject: [PATCH] Twenty Fourteen: Remove obsolete comment. props DrewAPicture. fixes #26380. Built from https://develop.svn.wordpress.org/trunk@26581 git-svn-id: http://core.svn.wordpress.org/trunk@26471 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-content/themes/twentyfourteen/functions.php b/wp-content/themes/twentyfourteen/functions.php index 529d739e81..a8bd46011c 100644 --- a/wp-content/themes/twentyfourteen/functions.php +++ b/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(); }