Twenty Fourteen: Remove obsolete comment. props DrewAPicture. fixes #26380.

git-svn-id: https://develop.svn.wordpress.org/trunk@26581 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-12-03 19:19:36 +00:00
parent 3d96a0cb9a
commit 24be533419
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}