Changeset 51553
- Timestamp:
- 08/05/2021 01:24:57 PM (3 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 9 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 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 -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php
r46827 r51553 28 28 echo twentyseventeen_time_link(); 29 29 twentyseventeen_edit_link(); 30 } ;30 } 31 31 echo '</div><!-- .entry-meta -->'; 32 } ;32 } 33 33 34 34 if ( is_single() ) { … … 60 60 echo get_post_gallery(); 61 61 echo '</div>'; 62 }; 63 64 }; 62 } 63 } 65 64 66 65 if ( is_single() || ! get_post_gallery() ) { … … 82 81 ) 83 82 ); 84 85 }; 83 } 86 84 ?> 87 85 -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php
r46827 r51553 28 28 echo twentyseventeen_time_link(); 29 29 twentyseventeen_edit_link(); 30 } ;31 32 } ;30 } 31 echo '</div><!-- .entry-meta -->'; 32 } 33 33 34 34 if ( is_single() ) { … … 73 73 ); 74 74 75 } ;75 } 76 76 ?> 77 77 -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php
r46827 r51553 29 29 twentyseventeen_edit_link(); 30 30 } 31 32 } ;31 echo '</div><!-- .entry-meta -->'; 32 } 33 33 34 34 if ( is_single() ) { … … 72 72 echo '</div>'; 73 73 } 74 }; 75 76 }; 74 } 75 } 77 76 78 77 if ( is_single() || empty( $video ) ) { … … 94 93 ) 95 94 ); 96 } ;95 } 97 96 ?> 98 97 -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content.php
r46827 r51553 28 28 echo twentyseventeen_time_link(); 29 29 twentyseventeen_edit_link(); 30 } ;30 } 31 31 echo '</div><!-- .entry-meta -->'; 32 } ;32 } 33 33 34 34 if ( is_single() ) { -
trunk/src/wp-content/themes/twentyten/loop-attachment.php
r49840 r51553 180 180 181 181 <?php endwhile; 182 } ;// End of the loop. ?>182 } // End of the loop. ?> -
trunk/src/wp-content/themes/twentyten/loop-page.php
r47122 r51553 46 46 47 47 <?php endwhile; 48 } ;// End of the loop. ?>48 } // End of the loop. ?> -
trunk/src/wp-content/themes/twentyten/loop-single.php
r47122 r51553 89 89 90 90 <?php endwhile; 91 } ;// End of the loop. ?>91 } // End of the loop. ?> -
trunk/src/wp-content/themes/twentytwentyone/comments.php
r50233 r51553 29 29 <?php 30 30 if ( have_comments() ) : 31 ;32 31 ?> 33 32 <h2 class="comments-title">
Note: See TracChangeset
for help on using the changeset viewer.