Ticket #21506: 21506.twentyten.diff
File 21506.twentyten.diff, 5.8 KB (added by , 7 years ago) |
---|
-
wp-content/themes/twentyten/loop-attachment.php
110 110 <?php twentyten_posted_in(); ?> 111 111 <?php edit_post_link( __( 'Edit', 'twentyten' ), ' <span class="edit-link">', '</span>' ); ?> 112 112 </div><!-- .entry-utility --> 113 <?php do_action( 'post_after' ); ?> 113 114 </div><!-- #post-## --> 114 115 115 116 <?php comments_template(); ?> -
wp-content/themes/twentyten/search.php
28 28 <p><?php _e( 'Sorry, but nothing matched your search criteria. Please try again with some different keywords.', 'twentyten' ); ?></p> 29 29 <?php get_search_form(); ?> 30 30 </div><!-- .entry-content --> 31 <?php do_action( 'post_after' ); ?> 31 32 </div><!-- #post-0 --> 32 33 <?php endif; ?> 33 34 </div><!-- #content --> -
wp-content/themes/twentyten/404.php
18 18 <p><?php _e( 'Apologies, but the page you requested could not be found. Perhaps searching will help.', 'twentyten' ); ?></p> 19 19 <?php get_search_form(); ?> 20 20 </div><!-- .entry-content --> 21 <?php do_action( 'post_after' ); ?> 21 22 </div><!-- #post-0 --> 22 23 23 24 </div><!-- #content --> -
wp-content/themes/twentyten/functions.php
351 351 <div class="reply"> 352 352 <?php comment_reply_link( array_merge( $args, array( 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> 353 353 </div><!-- .reply --> 354 <?php do_action( 'comment_after' ); ?> 354 355 </div><!-- #comment-## --> 355 356 356 357 <?php -
wp-content/themes/twentyten/loop.php
35 35 <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyten' ); ?></p> 36 36 <?php get_search_form(); ?> 37 37 </div><!-- .entry-content --> 38 <?php do_action( 'post_after' ); ?> 38 39 </div><!-- #post-0 --> 39 40 <?php endif; ?> 40 41 … … 99 100 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span> 100 101 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> 101 102 </div><!-- .entry-utility --> 103 <?php do_action( 'post_after' ); ?> 102 104 </div><!-- #post-## --> 103 105 104 106 <?php /* How to display posts of the Aside format. The asides category is the old way. */ ?> … … 122 124 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span> 123 125 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> 124 126 </div><!-- .entry-utility --> 127 <?php do_action( 'post_after' ); ?> 125 128 </div><!-- #post-## --> 126 129 127 130 <?php /* How to display all other posts. */ ?> … … 164 167 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span> 165 168 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> 166 169 </div><!-- .entry-utility --> 170 <?php do_action( 'post_after' ); ?> 167 171 </div><!-- #post-## --> 168 172 169 173 <?php comments_template( '', true ); ?> -
wp-content/themes/twentyten/loop-page.php
29 29 <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> 30 30 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> 31 31 </div><!-- .entry-content --> 32 <?php do_action( 'post_after' ); ?> 32 33 </div><!-- #post-## --> 33 34 34 35 <?php comments_template( '', true ); ?> -
wp-content/themes/twentyten/header.php
103 103 <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?> 104 104 </div><!-- #access --> 105 105 </div><!-- #masthead --> 106 <?php do_action( 'header_after' ); ?> 106 107 </div><!-- #header --> 107 108 108 109 <div id="main"> -
wp-content/themes/twentyten/loop-single.php
55 55 <?php twentyten_posted_in(); ?> 56 56 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> 57 57 </div><!-- .entry-utility --> 58 <?php do_action( 'post_after' ); ?> 58 59 </div><!-- #post-## --> 59 60 60 61 <div id="nav-below" class="navigation">