Ticket #25327: 25327.diff
| File 25327.diff, 561 bytes (added by , 13 years ago) |
|---|
-
src/wp-content/themes/twentyfourteen/functions.php
127 127 128 128 $featured_posts = apply_filters( 'twentyfourteen_get_featured_posts', array() ); 129 129 130 return is_array( $featured_posts ) && count( $featured_posts ) > absint( $minimum );130 return is_array( $featured_posts ) && count( $featured_posts ) >= absint( $minimum ); 131 131 } 132 132 133 133 /**