Ticket #12695: post-id-comments.diff
File post-id-comments.diff, 2.5 KB (added by , 15 years ago) |
---|
-
wp-content/themes/twentyten/onecolumn-page.php
27 27 <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> 28 28 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> 29 29 </div><!-- .entry-content --> 30 </div><!-- #post- <?php the_ID(); ?>-->30 </div><!-- #post-## --> 31 31 32 32 <?php comments_template( '', true ); ?> 33 33 -
wp-content/themes/twentyten/loop.php
154 154 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span> 155 155 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> 156 156 </div><!-- .entry-utility --> 157 </div><!-- #post- <?php the_ID(); ?>-->157 </div><!-- #post-## --> 158 158 159 159 <?php comments_template( '', true ); ?> 160 160 -
wp-content/themes/twentyten/page.php
32 32 <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> 33 33 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> 34 34 </div><!-- .entry-content --> 35 </div><!-- #post- <?php the_ID(); ?>-->35 </div><!-- #post-## --> 36 36 37 37 <?php comments_template( '', true ); ?> 38 38 -
wp-content/themes/twentyten/attachment.php
94 94 <?php twentyten_posted_in(); ?> 95 95 <?php edit_post_link( __( 'Edit', 'twentyten' ), ' <span class="edit-link">', '</span>' ); ?> 96 96 </div><!-- .entry-utility --> 97 </div><!-- #post- <?php the_ID(); ?>-->97 </div><!-- #post-## --> 98 98 99 99 <?php comments_template(); ?> 100 100