Ticket #35709: 35709.patch
| File 35709.patch, 695 bytes (added by , 10 years ago) |
|---|
-
wp-includes/widgets/class-wp-widget-recent-posts.php
78 78 <ul> 79 79 <?php while ( $r->have_posts() ) : $r->the_post(); ?> 80 80 <li> 81 <a href="<?php the_permalink(); ?>"><?php get_the_title() ? the_title() : the_ID(); ?></a>81 <a href="<?php the_permalink(); ?>"><?php echo get_the_title() ? get_the_title() : '(no title)'; ?></a> 82 82 <?php if ( $show_date ) : ?> 83 83 <span class="post-date"><?php echo get_the_date(); ?></span> 84 84 <?php endif; ?>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)