Ticket #21506: 21506.twentytwelve.diff
| File 21506.twentytwelve.diff, 7.6 KB (added by , 14 years ago) |
|---|
-
wp-content/themes/twentytwelve/content-aside.php
19 19 <footer class="entry-meta"> 20 20 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?> 21 21 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_date(); ?></a> 22 <?php do_action( 'post_after' ); ?> 22 23 </footer><!-- .entry-meta --> 23 24 </article><!-- #post --> -
wp-content/themes/twentytwelve/footer.php
15 15 <?php do_action( 'twentytwelve_credits' ); ?> 16 16 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a> 17 17 </div><!-- .site-info --> 18 <?php do_action( 'footer_after' ); ?> 18 19 </footer><!-- #colophon --> 19 20 </div><!-- #page .site --> 20 21 -
wp-content/themes/twentytwelve/search.php
38 38 <p><?php _e( 'Sorry, but nothing matched your search criteria. Please try again with some different keywords.', 'twentytwelve' ); ?></p> 39 39 <?php get_search_form(); ?> 40 40 </div><!-- .entry-content --> 41 <?php do_action( 'post_after' ); ?> 41 42 </article><!-- #post-0 --> 42 43 43 44 <?php endif; ?> -
wp-content/themes/twentytwelve/content-link.php
17 17 <footer class="entry-meta"> 18 18 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?> 19 19 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_date(); ?></a> 20 <?php do_action( 'post_after' ); ?> 20 21 </footer><!-- .entry-meta --> 21 22 </article><!-- #post --> -
wp-content/themes/twentytwelve/content-none.php
17 17 <p><?php _e( 'Apologies, but no results were found. Perhaps searching will help find a related post.', 'twentytwelve' ); ?></p> 18 18 <?php get_search_form(); ?> 19 19 </div><!-- .entry-content --> 20 <?php do_action( 'post_after' ); ?> 20 21 </article><!-- #post-0 --> -
wp-content/themes/twentytwelve/404.php
21 21 <p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'twentytwelve' ); ?></p> 22 22 <?php get_search_form(); ?> 23 23 </div><!-- .entry-content --> 24 <?php do_action( 'post_after' ); ?> 24 25 </article><!-- #post-0 --> 25 26 26 27 </div><!-- #content --> -
wp-content/themes/twentytwelve/content.php
60 60 </div><!-- #author-description --> 61 61 </div><!-- #author-info --> 62 62 <?php endif; ?> 63 <?php do_action( 'post_after' ); ?> 63 64 </footer><!-- .entry-meta --> 65 64 66 </article><!-- #post --> -
wp-content/themes/twentytwelve/content-page.php
19 19 </div><!-- .entry-content --> 20 20 <footer class="entry-meta"> 21 21 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> 22 <?php do_action( 'post_after' ); ?> 22 23 </footer><!-- .entry-meta --> 23 24 </article><!-- #post --> -
wp-content/themes/twentytwelve/header.php
40 40 if ( ! empty( $header_image ) ) : ?> 41 41 <img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /> 42 42 <?php endif; ?> 43 <?php do_action( 'header_after' ); ?> 43 44 </header><!-- #masthead --> 44 45 45 46 <div id="main" class="wrapper"> 47 No newline at end of file -
wp-content/themes/twentytwelve/content-image.php
16 16 <footer class="entry-meta"> 17 17 <h1><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1> 18 18 <h2><?php the_date(); ?></h2> 19 <?php do_action( 'post_after' ); ?> 19 20 </footer><!-- .entry-meta --> 20 21 </article><!-- #post --> -
wp-content/themes/twentytwelve/content-quote.php
16 16 <footer class="entry-meta"> 17 17 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?> 18 18 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_date(); ?></a> 19 <?php do_action( 'post_after' ); ?> 19 20 </footer><!-- .entry-meta --> 20 21 </article><!-- #post --> -
wp-content/themes/twentytwelve/functions.php
278 278 <div class="reply"> 279 279 <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>↓</span>', 'twentytwelve' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> 280 280 </div><!-- .reply --> 281 <?php do_action( 'comment_after' ); ?> 281 282 </article><!-- #comment-## --> 282 283 <?php 283 284 break; -
wp-content/themes/twentytwelve/image.php
89 89 </div><!-- .entry-description --> 90 90 91 91 </div><!-- .entry-content --> 92 92 <?php do_action( 'post_after' ); ?> 93 93 </article><!-- #post --> 94 94 95 95 <?php comments_template(); ?>