Changeset 49827
- Timestamp:
- 12/17/2020 03:01:28 PM (5 years ago)
- Location:
- branches/5.6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentytwentyone/image.php
r49247 r49827 100 100 ?> 101 101 </footer><!-- .entry-footer --> 102 </article><!-- #post- ##-->102 </article><!-- #post-<?php the_ID(); ?> --> 103 103 <?php 104 104 // If comments are open or there is at least one comment, load up the comment template. -
branches/5.6/src/wp-content/themes/twentytwentyone/template-parts/content/content-single.php
r49247 r49827 42 42 <?php endif; ?> 43 43 44 </article><!-- #post- ${ID}-->44 </article><!-- #post-<?php the_ID(); ?> --> -
branches/5.6/src/wp-content/themes/twentytwentyone/template-parts/content/content.php
r49247 r49827 44 44 <?php twenty_twenty_one_entry_meta_footer(); ?> 45 45 </footer><!-- .entry-footer --> 46 </article><!-- #post- ${ID}-->46 </article><!-- #post-<?php the_ID(); ?> -->
Note: See TracChangeset
for help on using the changeset viewer.