- 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-cover.php
r47799 r51322 60 60 * @since Twenty Twenty 1.0 61 61 * 62 * @param bool Whether to show the categories in article header ,Default true.62 * @param bool Whether to show the categories in article header. Default true. 63 63 */ 64 64 $show_categories = apply_filters( 'twentytwenty_show_categories_in_entry_header', true ); … … 163 163 } 164 164 165 /* *166 * 165 /* 166 * Output comments wrapper if it's a post, or if comments are open, 167 167 * or if there's a comment number – and check for password. 168 * */168 */ 169 169 if ( ( is_single() || is_page() ) && ( comments_open() || get_comments_number() ) && ! post_password_required() ) { 170 170 ?>
Note: See TracChangeset
for help on using the changeset viewer.