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
This commit is contained in:
Sergey Biryukov 2013-12-03 19:20:09 +00:00
parent 8858b43027
commit 54cc0d8b9e

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