Changeset 51553 for trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php
- Timestamp:
- 08/05/2021 01:24:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php
r46827 r51553 28 28 echo twentyseventeen_time_link(); 29 29 twentyseventeen_edit_link(); 30 } ;30 } 31 31 echo '</div><!-- .entry-meta -->'; 32 } ;32 } 33 33 34 34 if ( is_single() ) { … … 60 60 echo get_post_gallery(); 61 61 echo '</div>'; 62 }; 63 64 }; 62 } 63 } 65 64 66 65 if ( is_single() || ! get_post_gallery() ) { … … 82 81 ) 83 82 ); 84 85 }; 83 } 86 84 ?> 87 85
Note: See TracChangeset
for help on using the changeset viewer.