Ticket #26279: new.patch
| File new.patch, 5.4 KB (added by , 13 years ago) |
|---|
-
wp-content/themes/twentyfourteen/content-aside.php
22 22 if ( is_single() ) : 23 23 the_title( '<h1 class="entry-title">', '</h1>' ); 24 24 else : 25 the_title( '<h 1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );25 the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); 26 26 endif; 27 27 ?> 28 28 -
wp-content/themes/twentyfourteen/content-audio.php
22 22 if ( is_single() ) : 23 23 the_title( '<h1 class="entry-title">', '</h1>' ); 24 24 else : 25 the_title( '<h 1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );25 the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); 26 26 endif; 27 27 ?> 28 28 -
wp-content/themes/twentyfourteen/content-gallery.php
22 22 if ( is_single() ) : 23 23 the_title( '<h1 class="entry-title">', '</h1>' ); 24 24 else : 25 the_title( '<h 1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );25 the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); 26 26 endif; 27 27 ?> 28 28 -
wp-content/themes/twentyfourteen/content-image.php
22 22 if ( is_single() ) : 23 23 the_title( '<h1 class="entry-title">', '</h1>' ); 24 24 else : 25 the_title( '<h 1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );25 the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); 26 26 endif; 27 27 ?> 28 28 -
wp-content/themes/twentyfourteen/content-link.php
22 22 if ( is_single() ) : 23 23 the_title( '<h1 class="entry-title">', '</h1>' ); 24 24 else : 25 the_title( '<h 1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );25 the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); 26 26 endif; 27 27 ?> 28 28 -
wp-content/themes/twentyfourteen/content-quote.php
22 22 if ( is_single() ) : 23 23 the_title( '<h1 class="entry-title">', '</h1>' ); 24 24 else : 25 the_title( '<h 1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );25 the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); 26 26 endif; 27 27 ?> 28 28 -
wp-content/themes/twentyfourteen/content.php
24 24 if ( is_single() ) : 25 25 the_title( '<h1 class="entry-title">', '</h1>' ); 26 26 else : 27 the_title( '<h 1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );27 the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); 28 28 endif; 29 29 ?> 30 30 -
wp-content/themes/twentyfourteen/inc/template-tags.php
109 109 echo '<span class="featured-post">' . __( 'Sticky', 'twentyfourteen' ) . '</span>'; 110 110 } 111 111 112 printf( __( '<span class="entry-date"><a href="%1$s" rel="bookmark"><time class="entry-date " datetime="%2$s">%3$s</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="%4$s" rel="author">%5$s</a></span></span>', 'twentyfourteen' ),112 printf( __( '<span class="entry-date"><a href="%1$s" rel="bookmark"><time class="entry-date updated" datetime="%2$s">%3$s</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="%4$s" rel="author">%5$s</a></span></span>', 'twentyfourteen' ), 113 113 esc_url( get_permalink() ), 114 114 esc_attr( get_the_date( 'c' ) ), 115 115 esc_html( get_the_date() ),
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)