Ticket #15046: 15046.2.patch
| File 15046.2.patch, 1.3 KB (added by , 13 years ago) |
|---|
-
wp-includes/default-widgets.php
574 574 <ul> 575 575 <?php while ( $r->have_posts() ) : $r->the_post(); ?> 576 576 <li> 577 <a href="<?php the_permalink() ?>" title="<?php echo esc_attr( get_the_title() ? get_the_title() : get_the_ID() ); ?>"><?php if ( get_the_title() ) the_title(); else the_ID(); ?></a>577 <a href="<?php the_permalink() ?>"><?php if ( get_the_title() ) the_title(); else the_ID(); ?></a> 578 578 <?php if ( $show_date ) : ?> 579 579 <span class="post-date"><?php echo get_the_date(); ?></span> 580 580 <?php endif; ?> -
wp-includes/general-template.php
1675 1675 $post = get_post( $id ); 1676 1676 1677 1677 if ( comments_open() || pings_open() || $post->comment_count > 0 ) { 1678 $title = sprintf( $args['singletitle'], get_bloginfo('name'), $args['separator'], esc_html( get_the_title()) );1678 $title = sprintf( $args['singletitle'], get_bloginfo('name'), $args['separator'], the_title_attribute( 'echo=0' ) ); 1679 1679 $href = get_post_comments_feed_link( $post->ID ); 1680 1680 } 1681 1681 } elseif ( is_category() ) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)