Ticket #26380: 26380.diff
| File 26380.diff, 518 bytes (added by , 12 years ago) |
|---|
-
src/wp-content/themes/twentyfourteen/functions.php
157 157 * @return bool Whether there are featured posts. 158 158 */ 159 159 function twentyfourteen_has_featured_posts() { 160 /** This filter is documented in functions.php */161 160 return ! is_paged() && (bool) twentyfourteen_get_featured_posts(); 162 161 } 163 162