Changeset 51553 for trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
- Timestamp:
- 08/05/2021 01:24:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
r46827 r51553 28 28 echo twentyseventeen_time_link(); 29 29 twentyseventeen_edit_link(); 30 } ;31 echo '</div><!-- .entry-meta -->';32 } ;30 } 31 echo '</div><!-- .entry-meta -->'; 32 } 33 33 34 34 if ( is_single() ) { … … 73 73 echo '</div><!-- .entry-audio -->'; 74 74 } 75 }; 76 77 }; 75 } 76 } 78 77 79 78 if ( is_single() || empty( $audio ) ) { … … 95 94 ) 96 95 ); 97 98 }; 96 } 99 97 ?> 100 98
Note: See TracChangeset
for help on using the changeset viewer.