Changeset 45209
- Timestamp:
- 04/16/2019 01:29:20 AM (5 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/content-link.php
r43571 r45209 62 62 <!-- .entry-footer --> 63 63 64 </article><!-- #post- ##-->64 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfifteen/content-page.php
r43571 r45209 37 37 <?php edit_post_link( __( 'Edit', 'twentyfifteen' ), '<footer class="entry-footer"><span class="edit-link">', '</span></footer><!-- .entry-footer -->' ); ?> 38 38 39 </article><!-- #post- ##-->39 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfifteen/content-search.php
r44496 r45209 35 35 <?php endif; ?> 36 36 37 </article><!-- #post- ##-->37 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfifteen/content.php
r43571 r45209 62 62 </footer><!-- .entry-footer --> 63 63 64 </article><!-- #post- ##-->64 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfifteen/image.php
r43571 r45209 75 75 </footer><!-- .entry-footer --> 76 76 77 </article><!-- #post- ##-->77 </article><!-- #post-<?php the_ID(); ?> --> 78 78 79 79 <?php -
trunk/src/wp-content/themes/twentyfourteen/content-aside.php
r44574 r45209 64 64 65 65 <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> 66 </article><!-- #post- ##-->66 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfourteen/content-audio.php
r44574 r45209 64 64 65 65 <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> 66 </article><!-- #post- ##-->66 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php
r42343 r45209 32 32 <?php the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); ?> 33 33 </header><!-- .entry-header --> 34 </article><!-- #post- ##-->34 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfourteen/content-gallery.php
r44574 r45209 64 64 65 65 <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> 66 </article><!-- #post- ##-->66 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfourteen/content-image.php
r44574 r45209 64 64 65 65 <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> 66 </article><!-- #post- ##-->66 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfourteen/content-link.php
r44574 r45209 64 64 65 65 <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> 66 </article><!-- #post- ##-->66 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfourteen/content-page.php
r43571 r45209 31 31 ?> 32 32 </div><!-- .entry-content --> 33 </article><!-- #post- ##-->33 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfourteen/content-quote.php
r44574 r45209 64 64 65 65 <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> 66 </article><!-- #post- ##-->66 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfourteen/content-video.php
r44574 r45209 64 64 65 65 <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> 66 </article><!-- #post- ##-->66 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfourteen/content.php
r44574 r45209 74 74 75 75 <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> 76 </article><!-- #post- ##-->76 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyfourteen/image.php
r43571 r45209 62 62 ?> 63 63 </div><!-- .entry-content --> 64 </article><!-- #post- ##-->64 </article><!-- #post-<?php the_ID(); ?> --> 65 65 66 66 <nav id="image-navigation" class="navigation image-navigation"> -
trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php
r43571 r45209 227 227 </div><!-- .entry-meta --> 228 228 </header><!-- .entry-header --> 229 </article><!-- #post- ##-->229 </article><!-- #post-<?php the_ID(); ?> --> 230 230 </li> 231 231 <?php endwhile; ?> -
trunk/src/wp-content/themes/twentyfourteen/page-templates/contributors.php
r43571 r45209 36 36 edit_post_link( __( 'Edit', 'twentyfourteen' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' ); 37 37 ?> 38 </article><!-- #post- ##-->38 </article><!-- #post-<?php the_ID(); ?> --> 39 39 40 40 <?php -
trunk/src/wp-content/themes/twentynineteen/header.php
r45042 r45209 29 29 <div class="site-branding-container"> 30 30 <?php get_template_part( 'template-parts/header/site', 'branding' ); ?> 31 </div><!-- . layout-wrap-->31 </div><!-- .site-branding-container --> 32 32 33 33 <?php if ( is_singular() && twentynineteen_can_show_post_thumbnail() ) : ?> -
trunk/src/wp-content/themes/twentynineteen/image.php
r44298 r45209 79 79 80 80 </footer><!-- .entry-footer --> 81 </article><!-- #post- ##-->81 </article><!-- #post-<?php the_ID(); ?> --> 82 82 83 83 <?php -
trunk/src/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php
r44149 r45209 31 31 <?php twentynineteen_entry_footer(); ?> 32 32 </footer><!-- .entry-footer --> 33 </article><!-- #post- ${ID}-->33 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentynineteen/template-parts/content/content-single.php
r44155 r45209 53 53 <?php endif; ?> 54 54 55 </article><!-- #post- ${ID}-->55 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentynineteen/template-parts/content/content.php
r44149 r45209 57 57 <?php twentynineteen_entry_footer(); ?> 58 58 </footer><!-- .entry-footer --> 59 </article><!-- #post- ${ID}-->59 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentynineteen/template-parts/header/entry-header.php
r44149 r45209 43 43 ); 44 44 ?> 45 </div><!-- . meta-info-->45 </div><!-- .entry-meta --> 46 46 <?php endif; ?> -
trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
r43571 r45209 85 85 </div><!-- .panel-content --> 86 86 87 </article><!-- #post- ##-->87 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php
r43571 r45209 50 50 </div><!-- .panel-content --> 51 51 52 </article><!-- #post- ##-->52 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-page.php
r44496 r45209 30 30 ?> 31 31 </div><!-- .entry-content --> 32 </article><!-- #post- ##-->32 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
r44496 r45209 107 107 ?> 108 108 109 </article><!-- #post- ##-->109 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php
r44496 r45209 46 46 </div><!-- .entry-summary --> 47 47 48 </article><!-- #post- ##-->48 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php
r44496 r45209 94 94 ?> 95 95 96 </article><!-- #post- ##-->96 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php
r44496 r45209 84 84 ?> 85 85 86 </article><!-- #post- ##-->86 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php
r44496 r45209 105 105 ?> 106 106 107 </article><!-- #post- ##-->107 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content.php
r44496 r45209 77 77 ?> 78 78 79 </article><!-- #post- ##-->79 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentysixteen/image.php
r43571 r45209 94 94 ?> 95 95 </footer><!-- .entry-footer --> 96 </article><!-- #post- ##-->96 </article><!-- #post-<?php the_ID(); ?> --> 97 97 98 98 <?php -
trunk/src/wp-content/themes/twentysixteen/template-parts/content-page.php
r43571 r45209 45 45 ?> 46 46 47 </article><!-- #post- ##-->47 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentysixteen/template-parts/content-search.php
r40851 r45209 50 50 51 51 <?php endif; ?> 52 </article><!-- #post- ##-->52 </article><!-- #post-<?php the_ID(); ?> --> 53 53 -
trunk/src/wp-content/themes/twentysixteen/template-parts/content-single.php
r43571 r45209 53 53 ?> 54 54 </footer><!-- .entry-footer --> 55 </article><!-- #post- ##-->55 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentysixteen/template-parts/content.php
r43571 r45209 59 59 ?> 60 60 </footer><!-- .entry-footer --> 61 </article><!-- #post- ##-->61 </article><!-- #post-<?php the_ID(); ?> --> -
trunk/src/wp-content/themes/twentyten/loop-attachment.php
r44785 r45209 165 165 <?php edit_post_link( __( 'Edit', 'twentyten' ), ' <span class="edit-link">', '</span>' ); ?> 166 166 </div><!-- .entry-utility --> 167 </div><!-- #post- ##-->167 </div><!-- #post-<?php the_ID(); ?> --> 168 168 169 169 <?php comments_template(); ?> -
trunk/src/wp-content/themes/twentyten/loop-page.php
r43571 r45209 41 41 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> 42 42 </div><!-- .entry-content --> 43 </div><!-- #post- ##-->43 </div><!-- #post-<?php the_ID(); ?> --> 44 44 45 45 <?php comments_template( '', true ); ?> -
trunk/src/wp-content/themes/twentyten/loop-single.php
r43571 r45209 70 70 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> 71 71 </div><!-- .entry-utility --> 72 </div><!-- #post- ##-->72 </div><!-- #post-<?php the_ID(); ?> --> 73 73 74 74 <div id="nav-below" class="navigation"> -
trunk/src/wp-content/themes/twentyten/loop.php
r44574 r45209 109 109 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> 110 110 </div><!-- .entry-utility --> 111 </div><!-- #post- ##-->111 </div><!-- #post-<?php the_ID(); ?> --> 112 112 113 113 <?php /* How to display posts of the Aside format. The asides category is the old way. */ ?> … … 132 132 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> 133 133 </div><!-- .entry-utility --> 134 </div><!-- #post- ##-->134 </div><!-- #post-<?php the_ID(); ?> --> 135 135 136 136 <?php /* How to display all other posts. */ ?> … … 181 181 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> 182 182 </div><!-- .entry-utility --> 183 </div><!-- #post- ##-->183 </div><!-- #post-<?php the_ID(); ?> --> 184 184 185 185 <?php comments_template( '', true ); ?>
Note: See TracChangeset
for help on using the changeset viewer.