Ticket #22169: 22169.diff
| File 22169.diff, 5.0 KB (added by , 14 years ago) |
|---|
-
wp-content/themes/twentytwelve/content-link.php
16 16 17 17 <footer class="entry-meta"> 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 echo get_the_date(); ?></a> 19 <?php if ( comments_open() ) : ?> 20 <div class="comments-link"> 21 <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentytwelve' ) . '</span>', __( '1 Reply', 'twentytwelve' ), __( '% Replies', 'twentytwelve' ) ); ?> 22 </div><!-- .comments-link --> 23 <?php endif; // comments_open() ?> 19 24 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> 20 25 </footer><!-- .entry-meta --> 21 26 </article><!-- #post --> -
wp-content/themes/twentytwelve/content-image.php
17 17 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"> 18 18 <h1><?php the_title(); ?></h1> 19 19 <h2><time class="entry-date" datetime="<?php echo esc_attr( get_the_date( 'c' ) ); ?>" pubdate><?php echo get_the_date(); ?></time></h2> 20 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?>21 20 </a> 21 <?php if ( comments_open() ) : ?> 22 <div class="comments-link"> 23 <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentytwelve' ) . '</span>', __( '1 Reply', 'twentytwelve' ), __( '% Replies', 'twentytwelve' ) ); ?> 24 </div><!-- .comments-link --> 25 <?php endif; // comments_open() ?> 26 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> 22 27 </footer><!-- .entry-meta --> 23 28 </article><!-- #post --> -
wp-content/themes/twentytwelve/content-status.php
22 22 </div><!-- .entry-content --> 23 23 24 24 <footer class="entry-meta"> 25 <?php if ( comments_open() ) : ?> 26 <div class="comments-link"> 27 <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentytwelve' ) . '</span>', __( '1 Reply', 'twentytwelve' ), __( '% Replies', 'twentytwelve' ) ); ?> 28 </div><!-- .comments-link --> 29 <?php endif; // comments_open() ?> 25 30 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> 26 31 </footer><!-- .entry-meta --> 27 32 </article><!-- #post --> -
wp-content/themes/twentytwelve/content-aside.php
18 18 19 19 <footer class="entry-meta"> 20 20 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php echo get_the_date(); ?></a> 21 <?php if ( comments_open() ) : ?> 22 <div class="comments-link"> 23 <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentytwelve' ) . '</span>', __( '1 Reply', 'twentytwelve' ), __( '% Replies', 'twentytwelve' ) ); ?> 24 </div><!-- .comments-link --> 25 <?php endif; // comments_open() ?> 21 26 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> 22 27 </footer><!-- .entry-meta --> 23 28 </article><!-- #post --> -
wp-content/themes/twentytwelve/content-quote.php
15 15 16 16 <footer class="entry-meta"> 17 17 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php echo get_the_date(); ?></a> 18 <?php if ( comments_open() ) : ?> 19 <div class="comments-link"> 20 <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentytwelve' ) . '</span>', __( '1 Reply', 'twentytwelve' ), __( '% Replies', 'twentytwelve' ) ); ?> 21 </div><!-- .comments-link --> 22 <?php endif; // comments_open() ?> 18 23 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> 19 24 </footer><!-- .entry-meta --> 20 25 </article><!-- #post -->
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)