- Timestamp:
- 11/15/2013 02:36:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php
r26135 r26189 196 196 197 197 // Bail if not home, not a query, not main query. 198 if ( ! is_ home() || ! is_a( $query, 'WP_Query' ) || ! $query->is_main_query() )198 if ( ! is_a( $query, 'WP_Query' ) || ! $query->is_main_query() || ! is_home() ) 199 199 return; 200 200
Note: See TracChangeset
for help on using the changeset viewer.