Ticket #57840: 57840-twentyseventeen-docs.diff
File 57840-twentyseventeen-docs.diff, 1.3 KB (added by , 19 months ago) |
---|
-
src/wp-content/themes/twentyseventeen/inc/template-functions.php
69 69 /** 70 70 * Count our number of active panels. 71 71 * 72 * Primarily used to see if we have any panels active , duh.72 * Primarily used to see if we have any panels active. 73 73 */ 74 74 function twentyseventeen_panel_count() { 75 75 -
src/wp-content/themes/twentyseventeen/inc/template-tags.php
70 70 // Get Tags for posts. 71 71 $tags_list = get_the_tag_list( '', $separate_meta ); 72 72 73 // We don't want to output .entry-footer if it will be empty, so make sure it s not.73 // We don't want to output .entry-footer if it will be empty, so make sure it is not. 74 74 if ( ( ( twentyseventeen_categorized_blog() && $categories_list ) || $tags_list ) || get_edit_post_link() ) { 75 75 76 76 echo '<footer class="entry-footer">';