Changeset 45209 for trunk/src/wp-content/themes/twentyten/loop.php
- Timestamp:
- 04/16/2019 01:29:20 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-content/themes/twentyten/loop.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)