Make WordPress Core

Ticket #25946: 25946.10.diff

File 25946.10.diff, 564 bytes (added by kovshenin, 12 years ago)
  • src/wp-content/themes/twentyfourteen/functions.php

     
    149149 * @return bool Whether there are featured posts.
    150150 */
    151151function 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();
    153153}
    154154
    155155/**