Ticket #25946: 25946.10.diff
| File 25946.10.diff, 564 bytes (added by , 12 years ago) |
|---|
-
src/wp-content/themes/twentyfourteen/functions.php
149 149 * @return bool Whether there are featured posts. 150 150 */ 151 151 function twentyfourteen_has_featured_posts() { 152 return ! is_paged() && (bool) apply_filters( 'twentyfourteen_get_featured_posts', false);152 return ! is_paged() && (bool) twentyfourteen_get_featured_posts(); 153 153 } 154 154 155 155 /**