- Timestamp:
- 07/03/2021 09:13:48 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/content.php
r47799 r51322 75 75 } 76 76 77 /* *78 * 77 /* 78 * Output comments wrapper if it's a post, or if comments are open, 79 79 * or if there's a comment number – and check for password. 80 * */80 */ 81 81 if ( ( is_single() || is_page() ) && ( comments_open() || get_comments_number() ) && ! post_password_required() ) { 82 82 ?>
Note: See TracChangeset
for help on using the changeset viewer.