Changeset 49247 for trunk/src/wp-content/themes/twentytwentyone/single.php
- Timestamp:
- 10/20/2020 06:24:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/single.php
r49216 r49247 28 28 } 29 29 30 // If comments are open or we haveat least one comment, load up the comment template.30 // If comments are open or there is at least one comment, load up the comment template. 31 31 if ( comments_open() || get_comments_number() ) { 32 32 comments_template();
Note: See TracChangeset
for help on using the changeset viewer.