Make WordPress Core

Ticket #25327: 25327.diff

File 25327.diff, 561 bytes (added by iamtakashi, 13 years ago)
  • src/wp-content/themes/twentyfourteen/functions.php

     
    127127
    128128                $featured_posts = apply_filters( 'twentyfourteen_get_featured_posts', array() );
    129129
    130         return is_array( $featured_posts ) && count( $featured_posts ) > absint( $minimum );
     130        return is_array( $featured_posts ) && count( $featured_posts ) >= absint( $minimum );
    131131}
    132132
    133133/**