- Timestamp:
- 04/05/2020 03:00:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php
r45932 r47550 293 293 294 294 // We only want to hide the featured tag. 295 if ( ! in_array( 'post_tag', $taxonomies ) ) {295 if ( ! in_array( 'post_tag', $taxonomies, true ) ) { 296 296 return $terms; 297 297 }
Note: See TracChangeset
for help on using the changeset viewer.