Ticket #21506: 21506.twentyeleven.diff
| File 21506.twentyeleven.diff, 11.1 KB (added by , 14 years ago) |
|---|
-
wp-content/themes/twentyeleven/content-single.php
68 68 </div><!-- #author-info --> 69 69 <?php endif; ?> 70 70 </footer><!-- .entry-meta --> 71 72 <?php do_action( 'post_after' ); ?> 71 73 </article><!-- #post-<?php the_ID(); ?> --> -
wp-content/themes/twentyeleven/content-aside.php
43 43 <?php endif; ?> 44 44 <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> 45 45 </footer><!-- .entry-meta --> 46 47 <?php do_action( 'post_after' ); ?> 46 48 </article><!-- #post-<?php the_ID(); ?> --> -
wp-content/themes/twentyeleven/author.php
78 78 <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p> 79 79 <?php get_search_form(); ?> 80 80 </div><!-- .entry-content --> 81 82 <?php do_action( 'post_after' ); ?> 81 83 </article><!-- #post-0 --> 82 84 83 85 <?php endif; ?> -
wp-content/themes/twentyeleven/content-intro.php
18 18 <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?> 19 19 <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> 20 20 </div><!-- .entry-content --> 21 22 <?php do_action( 'post_after' ); ?> 21 23 </article><!-- #post-<?php the_ID(); ?> --> -
wp-content/themes/twentyeleven/content-link.php
43 43 <?php endif; ?> 44 44 <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> 45 45 </footer><!-- .entry-meta --> 46 47 <?php do_action( 'post_after' ); ?> 46 48 </article><!-- #post-<?php the_ID(); ?> --> -
wp-content/themes/twentyeleven/search.php
46 46 <p><?php _e( 'Sorry, but nothing matched your search criteria. Please try again with some different keywords.', 'twentyeleven' ); ?></p> 47 47 <?php get_search_form(); ?> 48 48 </div><!-- .entry-content --> 49 50 <?php do_action( 'post_after' ); ?> 49 51 </article><!-- #post-0 --> 50 52 51 53 <?php endif; ?> -
wp-content/themes/twentyeleven/content-featured.php
44 44 45 45 <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> 46 46 </footer><!-- .entry-meta --> 47 48 <?php do_action( 'post_after' ); ?> 47 49 </article><!-- #post-<?php the_ID(); ?> --> -
wp-content/themes/twentyeleven/404.php
40 40 <?php the_widget( 'WP_Widget_Tag_Cloud' ); ?> 41 41 42 42 </div><!-- .entry-content --> 43 44 <?php do_action( 'post_after' ); ?> 43 45 </article><!-- #post-0 --> 44 46 45 47 </div><!-- #content --> -
wp-content/themes/twentyeleven/content.php
79 79 80 80 <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> 81 81 </footer><!-- .entry-meta --> 82 83 <?php do_action( 'post_after' ); ?> 82 84 </article><!-- #post-<?php the_ID(); ?> --> -
wp-content/themes/twentyeleven/tag.php
54 54 <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p> 55 55 <?php get_search_form(); ?> 56 56 </div><!-- .entry-content --> 57 58 <?php do_action( 'post_after' ); ?> 57 59 </article><!-- #post-0 --> 58 60 59 61 <?php endif; ?> -
wp-content/themes/twentyeleven/category.php
54 54 <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p> 55 55 <?php get_search_form(); ?> 56 56 </div><!-- .entry-content --> 57 58 <?php do_action( 'post_after' ); ?> 57 59 </article><!-- #post-0 --> 58 60 59 61 <?php endif; ?> -
wp-content/themes/twentyeleven/archive.php
61 61 <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p> 62 62 <?php get_search_form(); ?> 63 63 </div><!-- .entry-content --> 64 65 <?php do_action( 'post_after' ); ?> 64 66 </article><!-- #post-0 --> 65 67 66 68 <?php endif; ?> -
wp-content/themes/twentyeleven/content-page.php
20 20 <footer class="entry-meta"> 21 21 <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> 22 22 </footer><!-- .entry-meta --> 23 24 <?php do_action( 'post_after' ); ?> 23 25 </article><!-- #post-<?php the_ID(); ?> --> -
wp-content/themes/twentyeleven/header.php
133 133 <?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assigned to the primary location is the one used. If one isn't assigned, the menu with the lowest ID is used. */ ?> 134 134 <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> 135 135 </nav><!-- #access --> 136 137 <?php do_action( 'header_after' ); ?> 136 138 </header><!-- #branding --> 137 139 138 140 -
wp-content/themes/twentyeleven/content-image.php
67 67 68 68 <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> 69 69 </footer><!-- .entry-meta --> 70 71 <?php do_action( 'post_after' ); ?> 70 72 </article><!-- #post-<?php the_ID(); ?> --> -
wp-content/themes/twentyeleven/content-status.php
44 44 <?php endif; ?> 45 45 <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> 46 46 </footer><!-- .entry-meta --> 47 48 <?php do_action( 'post_after' ); ?> 47 49 </article><!-- #post-<?php the_ID(); ?> --> -
wp-content/themes/twentyeleven/content-quote.php
71 71 72 72 <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> 73 73 </footer><!-- .entry-meta --> 74 75 <?php do_action( 'post_after' ); ?> 74 76 </article><!-- #post-<?php the_ID(); ?> --> -
wp-content/themes/twentyeleven/content-gallery.php
89 89 90 90 <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> 91 91 </footer><!-- .entry-meta --> 92 93 <?php do_action( 'post_after' ); ?> 92 94 </article><!-- #post-<?php the_ID(); ?> --> -
wp-content/themes/twentyeleven/index.php
41 41 <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p> 42 42 <?php get_search_form(); ?> 43 43 </div><!-- .entry-content --> 44 45 <?php do_action( 'post_after' ); ?> 44 46 </article><!-- #post-0 --> 45 47 46 48 <?php endif; ?> -
wp-content/themes/twentyeleven/functions.php
562 562 <div class="reply"> 563 563 <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>↓</span>', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> 564 564 </div><!-- .reply --> 565 566 <?php do_action( 'comment_after' ); ?> 565 567 </article><!-- #comment-## --> 566 568 567 569 <?php -
wp-content/themes/twentyeleven/image.php
92 92 93 93 </div><!-- .entry-content --> 94 94 95 <?php do_action( 'post_after' ); ?> 95 96 </article><!-- #post-<?php the_ID(); ?> --> 96 97 97 98 <?php comments_template(); ?>